Iandev Smarter Business - Logo Cor
Navegação no fórum
para criar postagens e tópicos.

Select para mostrar Resultado Log Postgres

Select para mostrar Resultado Log Postgres

SELECT
-- client_query ||chr(59)
row_data::json->>'nomecredencial'
FROM audit.logged_actions where TABLE_name = 'custom_feira_credencial'
AND ACTION_TSTAMP_CLK > current_date-1
AND UPPER(CLIENT_QUERY) like 'INSERT%'
-- and row_data like '%8524%'