5 lines
66 B
MySQL
5 lines
66 B
MySQL
|
-- name: GetListRegions :many
|
||
|
SELECT
|
||
|
id,
|
||
|
region_name
|
||
|
FROM regions;
|