Hello all,
In MS Access, I can use OR inside a SELECT clause to show if one or more values in a serie of boolean fields is true. Something like
SELECT Table_I.Field_A, Table_I.Field_B, [Table_I.Field_C] OR [Table_I.Field_D] OR [Table_I.Field_E] AS MyBooleanResult FROM Table_I
What would be the equivalent syntax in MS SQL 2005?
Any help is always apreciated!
Thx,
4N6MSTR
______________________________________________
If you don't know where you are going
It does not matter how fast you are
You will never get there
In MS Access, I can use OR inside a SELECT clause to show if one or more values in a serie of boolean fields is true. Something like
SELECT Table_I.Field_A, Table_I.Field_B, [Table_I.Field_C] OR [Table_I.Field_D] OR [Table_I.Field_E] AS MyBooleanResult FROM Table_I
What would be the equivalent syntax in MS SQL 2005?
Any help is always apreciated!
Thx,
4N6MSTR
______________________________________________
If you don't know where you are going
It does not matter how fast you are
You will never get there