Files
vctp2/db/queries/query.sql
Nathan Coad 18a2b7227e
Some checks failed
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / End-to-End (push) Waiting to run
CI / Publish Docker (push) Blocked by required conditions
continuous-integration/drone Build is failing
structure appears to work
2024-09-12 11:59:41 +10:00

3 lines
71 B
SQL

-- name: ListInventory :many
SELECT * FROM "Inventory"
ORDER BY "Name";