blob: 3188ab02be037560509360131abeea93ae9ee97b [file] [log] [blame]
--! qt:dataset:src
-- Transform with a function that has many parameters
SELECT TRANSFORM(substr(key, 1, 2)) USING 'cat' FROM src LIMIT 1;