Files
datamarket/db/query/config.sql
2026-04-07 21:21:18 +08:00

4 lines
58 B
SQL

-- name: GetConfig :one
SELECT *
FROM config
WHERE id = 0;