blob: 6fbb8c5b012bc210e9d3fe5fc57c27f4a3d43e68 [file] [log] [blame]
-- Check SELECT * syntax.
-- Check that there should not be any identifier after STAR.
select *abcdef from src;