summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/select/two_selects_with_diff_fields.yql
blob: 3b7b8d1e3242f6e325a8f690a7765a97986b3da9 (plain) (blame)
1
2
3
/* postgres can not */
select key from plato.Input;
select key, subkey, value from plato.Input;