Let’s have some fun with operator precedence today. Specifically, logical operator precedence. Specifically, how is it evaluated when your where clause says “WHERE This AND That OR Something AND that”, without any clarifying parenthesis? Let’s play around with this. The simplest test scenario is a SELECT 1. If I get a 1 back, that means my WHERE clause evaluated […]
Fun with Operator Precedence
- Post author By Jen McCown
- Post date
- Categories In Beginner, sqlserverpedia-syndication, SSC, Tech and Learning, TSQL
- 2 Comments on Fun with Operator Precedence