206 B
206 B
TABLE
file.link AS "Файл",
id AS "ID",
title AS "Название",
type AS "Тип",
priority AS "Приоритет",
status AS "Статус"
FROM #req
SORT priority ASC
TABLE
file.link AS "Файл",
id AS "ID",
title AS "Название",
type AS "Тип",
priority AS "Приоритет",
status AS "Статус"
FROM #req
SORT priority ASC