Does Drill have a "dummy" table (like dual) that we could test against? If we had that I could replace the that in a dialect (I think)
SELECT 'test plain returns' AS anon_1 SELECT 'x' AS some_label SELECT 'test unicode returns' AS anon_1 SELECT 'x' AS some_label Drill is looking for a "FROM" :)
