summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/insert/use_anon_table_without_fill_fail.yql
blob: fcb33546b6ccd9a1d0579ec9da2167439c033639 (plain) (blame)
1
2
3
4
5
6
/* postgres can not */
/* custom error:Anonymous table "@a" must be materialized. Use COMMIT before reading from it*/
use plato;

select * from @a;