Files
mach_examples/12_rails_15_min_blog_external/delete_post.sql
2026-03-30 02:05:03 -05:00

3 lines
37 B
SQL

DELETE FROM posts
WHERE id = {{id}};