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 |
|
kabucek
Starting Member
7 Posts |
Posted - 2008-10-15 : 14:04:53
|
| hi @ll,is it possible to display data from tables,but with given values for certain colums?for example:select * from 'table1', 'table2', 'table3' where table2.itemID=['003', '005', '009']; - I don't know the syntax , this is just my ideathanks |
|
|
hanbingl
Aged Yak Warrior
652 Posts |
Posted - 2008-10-15 : 14:07:36
|
| yes, use itemID in ('003','005','009') |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|
|
|