aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/in/in_tuple_table.sql
blob: a36004f819d23faec059cca626a561e1ef83c4f6 (plain) (blame)
1
2
3
4
USE Plato;
SELECT 'c' IN t
FROM InputWithTuples;