Files
mach_examples/12_rails_15_min_blog_external/insert_post.sql
2026-03-30 20:26:41 -05:00

3 lines
62 B
SQL

INSERT INTO posts (title, body)
VALUES ({{title}}, {{body}});