Skip to content

Commit

Permalink
fix indentation of operator precedence
Browse files Browse the repository at this point in the history
Signed-off-by: Calum Murray <[email protected]>
  • Loading branch information
Cali0707 committed May 30, 2024
1 parent 864dff4 commit 8b871e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cesql/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,16 +388,16 @@ Operators and functions MUST be evaluated in order of precedence, and MUST be ev

1. Function invocations
1. Unary operators
1. NOT unary operator
1. `-` unary operator
1. NOT unary operator
1. `-` unary operator
1. LIKE operator
1. EXISTS operator
1. IN operator
1. Binary operators
1. `*`, `/`, `%` binary operators
1. `+`, `-` binary operators
1. `=`, `!=`, `<>`, `>=`, `<=`, `>`, `<` binary operators
1. AND, OR, XOR binary operators
1. `*`, `/`, `%` binary operators
1. `+`, `-` binary operators
1. `=`, `!=`, `<>`, `>=`, `<=`, `>`, `<` binary operators
1. AND, OR, XOR binary operators
1. Subexpressions
1. Attributes and literal values

Expand Down

0 comments on commit 8b871e4

Please sign in to comment.