Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-26 : 11:04:26
|
mala writes "Hi,
How do I write query to search for a pair for result [co-related subquery]
select a,b,c from table1 where a,b in (select a,b from table2) This gives error in sql
Please help me.
Bye,
Mala" |
|
|
|
|
|