7 lines
194 B
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
|
|
-- ); |