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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 select fields based on values from another table

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.bitcol

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -