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
9be17aae82bcee520a3ae39af50efd83d3b92afa
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