Community Member Profile
Alan Smith
Member since Jan 20, 2011
- Profile: /members/7642-Alan-Smith.htm
- Comments: 1
- Points: 10
Recent Blog Comments By Alan Smith
-
SQL Query Order of Operations
Posted on Jan 20, 2011 at 5:21 AM
I was searching for info on how SQL Server engine prioritises Logical operations, AND + OR, as in BODMAS for arithmetic operations. (Brackets, Order(powers), Division, Multiplication,Addition,Subtraction), If I write A AND B OR C it appears to evaluate A AND B then ORs the result with C. If... read more »



