G
Guest
Hi,
Can someone tell me a more efficient (or more proper) way to structure the
following SQL code?:
WHERE
column_9 = A AND
column_9 = B AND
column_9 = C;
In essence, how do I make the database look at column_9 once for all three
criteria?
Can someone tell me a more efficient (or more proper) way to structure the
following SQL code?:
WHERE
column_9 = A AND
column_9 = B AND
column_9 = C;
In essence, how do I make the database look at column_9 once for all three
criteria?