Files
mach_examples/12_rails_15_min_blog_external/update_post.sql
2026-03-30 19:19:23 -05:00

4 lines
71 B
SQL

UPDATE posts
SET title = {{title}}, body = {{body}}
WHERE id = {{id}};