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 |
klaine07
Starting Member
5 Posts |
Posted - 2012-01-05 : 16:15:51
|
select count(*) from table1 where col1 = (select col1 from table2 where count=@count) and col2= (select col2 from table2 where count=@count) and col3 = (select col3 from table2 where count=@count) what i want to do is like this select the col1,col2 and col3 in table 2 with only one select statement.. Is it posible? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|