summaryrefslogtreecommitdiff
path: root/tests/init.ur
blob: 0a44a9e4cc44025f51678e28e4ed2395d303bd69 (plain)
1
2
3
4
5
6
sequence seq
table fred : {A : int, B : int}

initializer
    setval seq 1;
    dml (INSERT INTO fred (A, B) VALUES (0, 1))