5 lines
76 B
SQL
5 lines
76 B
SQL
SELECT
|
|
location_id AS id,
|
|
location_name AS name
|
|
FROM garfield.locations
|