There was an error while loading. Please reload this page.
When null literals are used in HAVING or WHERE clause an exception is thrown, e.g.:
HAVING
WHERE
SELECT gender, max(emp_no) FROM test_emp WHERE salary > 10 or null GROUP BY gender;
throws:
SqlIllegalArgumentException[Don't know how to translate Literal null