Input data
Which SQL and options did you provide as input?
SELECT title, released_year
FROM books
where
released_year >= 2000
AND (released_year % 2) != 0;
Returned Error
Unable to format SQL: Error: Parse error: Unexpected "% 2) != 0;" at line 87 column 24
- How are you calling / using the library?
- What SQL language(s) does this apply to? MySQL
- Which SQL Formatter version are you using? MySQL v8
Input data
Which SQL and options did you provide as input?
SELECT title, released_year
FROM books
where
released_year >= 2000
AND (released_year % 2) != 0;
Returned Error
Unable to format SQL: Error: Parse error: Unexpected "% 2) != 0;" at line 87 column 24