Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple fields in Subquery
Message
From
23/05/2007 15:53:12
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Multiple fields in Subquery
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01228038
Message ID:
01228038
Views:
69
Hey all!

I'm trying to do something simple. I'd like to match 2 fields on a subquery.
Is this possible?

Select * from TopTable
toptable.number, toptable.date IN
(select table2.bill_number, table2.service_date from table1
inner join table2
on table1.facID = table2.facID
and table1.billingID = table2.billingID)

If I run the sub query by itself..it works fine.
I'm just not sure if you can match the fields this way.
thanks,
Dan
Next
Reply
Map
View

Click here to load this message in the networking platform