7 lines
91 B
SQL
7 lines
91 B
SQL
SELECT
|
|
"index" AS "id",
|
|
"text" AS "name"
|
|
FROM text_data
|
|
WHERE category = 6
|
|
ORDER BY "id"
|