When the condition in WHERE clause can be evaluated (literal expression) and evaluates to false, an exception is thrown: ``` java.sql.SQLFeatureNotSupportedException: Found 1 problem(s) line 1:8: Unexecutable item ``` E.g.: `select * from test_emp where 1>2`