Hello, I'm using the AEP Query Service, and I'm trying to create a column header with a dynamic name that includes today's date, like this: "Header+today's date". However, the query below is generating multiple errors: SET @col_name= SELECT 'HEADER' || TO_CHAR(current_date, 'YYYYMMDD');-- Eliminar l...