jon/py/jon/db/get_groups.sql

7 lines
94 B
SQL

SELECT
group_id,
group_name
FROM garfield.inventory_item_groups
ORDER BY
group_name ASC