Hi,
I am trying to decipher some SQL statements using, SQL Profiler, that are run from a proprietary application.
One of the statements is:
SELECT ID, Groups, Name, Gallery FROM DashboardReports WHERE (Groups & 0x800) <> 0 AND Root = 1 ORDER BY Name
Can anyone explain how the WHERE clause works? I've never seen a WHERE clause like that before and the "Groups" column contains integer values such as 2048,2176,150 AND 414.
Thanks Danny