6 lines
84 B
SQL
6 lines
84 B
SQL
-- name: GetListProvinces :many
|
|
SELECT
|
|
id,
|
|
province_name,
|
|
region_id
|
|
FROM PROVINCES; |