Files
nerak/12_rails_15_min_blog_external/update_post.sql
T

4 lines
71 B
SQL
Raw Normal View History

2025-07-24 12:46:01 -05:00
UPDATE posts
SET title = {{title}}, body = {{body}}
WHERE id = {{id}};