aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/insert/insert_null.sql
blob: 3aafd6c5a85be56207106d1a05d463202f79c945 (plain) (blame)
1
2
3
4
use plato;

insert into Output
select NULL as x;