This website requires JavaScript.
Explore
Help
Sign In
nightshade
/
nerak
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5d6178cc3c72977dd8331392152ac2a128c75696
nerak
/
12_rails_15_min_blog_external
/
insert_post.sql
T
3 lines
62 B
SQL
Raw
Normal View
History
Unescape
Escape
MaCH repo
2025-07-24 12:46:01 -05:00
INSERT
INTO
posts
(
title
,
body
)
VALUES
(
{{
title
}}
,
{{
body
}}
);
Reference in New Issue
Copy Permalink