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