I suppose I could do select 'x' AS some_label from sys.options limit 1; any reason not to? Any other options?
On Mon, May 16, 2016 at 2:18 PM, John Omernik <[email protected]> wrote: > 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" :) > > > >
