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

SELECT '1' IN (SELECT subkey FROM Input);

SELECT '1' IN (SELECT Input.subkey FROM Input JOIN Input2 ON Input.subkey = Input2.key);