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 - 2005-06-28 : 08:42:09
|
| Frederick writes "I have a table with bit values on them (A).Can i select data from another table based on the bit values from (A)?Many thanks,Fred Relenas" |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-06-28 : 08:44:52
|
| Is this?Select O.columns from otherTable O inner join A A1 on O.bitcol=A1.bitcolMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|