Files
mach_examples/12_rails_15_min_blog_external/insert_post.sql

3 lines
62 B
MySQL
Raw Normal View History

2025-07-24 12:46:01 -05:00
INSERT INTO posts (title, body)
VALUES ({{title}}, {{body}});