summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/expr/non_persistable_insert_into_fail.yql
blob: 56b73236a90f319722dfada3870a5e7ba1ffb602 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* custom error:Persistable required*/
PRAGMA Warning("error", '1104');

USE plato;

INSERT INTO
    Output (key, value)
VALUES
    ("foo", YQL::NewMTRand(1));