Files
horse/cmd/horsegen/sql/character.sql

7 lines
91 B
SQL

SELECT
"index" AS "id",
"text" AS "name"
FROM text_data
WHERE category = 6
ORDER BY "id"