aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/dq/precompute_asyncfile.sql
blob: a75d060c8ee99071152e1cf95806179ad5177ed7 (plain) (blame)
1
2
3
4
5
use plato;

$a = select max(key) from Input where key in ParseFile("String", "list.txt");

select * from Input where key >= $a;