Yimaru-BackEnd/db/query/location.sql

7 lines
194 B
SQL

-- -- name: GetAllBranchLocations :many
-- SELECT *
-- FROM branch_locations
-- WHERE (
-- value ILIKE '%' || sqlc.narg('query') || '%'
-- OR sqlc.narg('query') IS NULL
-- );