2 lines
60 B
SQL
2 lines
60 B
SQL
-- name: FetchStudents :many
|
|
SELECT * FROM students LIMIT ?; |
-- name: FetchStudents :many
|
|
SELECT * FROM students LIMIT ?; |