mirror of
https://github.com/pressly/goose.git
synced 2025-05-31 11:42:04 +00:00
8 lines
202 B
SQL
8 lines
202 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.
|
|
'); |