4 lines
65 B
SQL
4 lines
65 B
SQL
SELECT id, title, body, created_at
|
|
FROM posts
|
|
WHERE id = {{id}};
|
SELECT id, title, body, created_at
|
|
FROM posts
|
|
WHERE id = {{id}};
|