Загрузка данных


SELECT
    id,
    code,
    version
FROM back_office.operation_type
ORDER BY id DESC
LIMIT 15;