goose/internal/sqlparser/testdata/valid-up/test06/05.golden.sql

9 lines
203 B
SQL

INSERT INTO post (id, title, body)
VALUES ('id_01', 'my_title', '
this is an insert statement including empty lines.
empty (blank) lines can be meaningful.
leave the lines to keep the text syntax.
');