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 |
|
atiqraza
Starting Member
11 Posts |
Posted - 2007-02-02 : 11:34:54
|
| I am writiing a Select query which looks like SELECT * from Alltrans where Title_Number = 51055 or Title_number = 51056 or Title_Number = 51058 or Title_number = 51065is there anyways i can write it in way like SELECT * from Alltrans where Title_Number = ( 51055 or 51056) This way i can reduce the number of lines in my query |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
atiqraza
Starting Member
11 Posts |
Posted - 2007-02-02 : 11:39:41
|
| Yes i do, i just have a hard time trying to get the information that i need from there. |
 |
|
|
|
|
|