goose/internal/sqlparser/testdata/valid-up/test09/01.up.golden.sql

2 lines
160 B
SQL

create table t ( id int );
update rows set value = now() -- missing semicolon. valid statement because wrapped in goose annotation, but will fail when executed.