aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/file/file_constness.sql
blob: b0adb1b5eec4165e42fbbbee1bf14552e05d9d82 (plain) (blame)
1
2
3
4
5
6
/* postgres can not */
/* syntax version 1 */
select key,
       FileContent("keyid.lst") as content,
       ListCollect(ParseFile('int32', "keyid.lst")) as content_list,
from plato.Input group by key order by key;