7 lines
94 B
SQL
7 lines
94 B
SQL
SELECT
|
|
group_id,
|
|
group_name
|
|
FROM garfield.inventory_item_groups
|
|
ORDER BY
|
|
group_name ASC
|