Files
mach_examples/12_rails_15_min_blog_external/get_post.sql

4 lines
65 B
MySQL
Raw Normal View History

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