summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/subselect/inline_subquery_projection_exists.yql
blob: 9bf9fd2fde10fb1a1ca569333bf8b4a79de3533a (plain) (blame)
1
2
3
4
5
6
7
/* dqfile can not */
/* hybridfile can not - missing langver support */
USE plato;

SELECT EXISTS (SELECT subkey FROM Input);

SELECT EXISTS (SELECT Input.subkey FROM Input JOIN Input2 ON Input.subkey = Input2.key);