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


BEGIN;

UPDATE back_office.operation_type
SET name_for_statement = 'Отчисления на СС'
WHERE id = 196
  AND code = 'NPO_TARGET_CONTRIBUTIONS_SS';

SELECT
    id,
    code,
    name,
    short_name,
    name_for_statement,
    group_code,
    service_type,
    type_movement,
    auto_approver,
    display_in_lkk,
    display_in_statement,
    settings_transaction_extended_id
FROM back_office.operation_type
WHERE id = 196;