[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

chz

11/14/2005 6:10:00 AM

what is the correct syntax for having an outer query with a join and then
another inner query with a join within the outer query.
for example:

while select custTable //outer query
where...
join custTrans
where...
while select salesTable //inner query
where....
join salesLine
where...
{
....
}