2 lines
93 B
SQL
2 lines
93 B
SQL
-- name: GetChirpsByUserID :many
|
|
SELECT * FROM chirps WHERE user_id = $1 ORDER BY created_at; |