Re: Doing Summation on multiple criterias on the same column in asingle query
> It is also a bad idea to use proprietary BIT data types to fake
> assembly language style programming. SQL is a predicate language;
> that is, we discover a fact with a predicate rather than set a flag.
Unless we're actually storing a Yes/No, True/False, or some other two-
valued data; as would seem to be indicated by the "INDICATOR" column
name.
INDICATOR, as an aside, is not a reserved word in SQL Server.
|