blob: c0592368cc095e91dec7544e8527165e4a10df81 [file] [log] [blame]
SELECT SUBSTRING('ABC some text', 1, 3) AS ExtractString
UNION
SELECT date '2017-04-06';