Hello!
I'm trying to perform an INSERT in the database but the following error is occurring:
There is a syntactical error in the SQL statement. SQL statement got timed out.
I did a test with the predefined data but the same message occurs, inserting the same data into the database directly works, but in Automation it is not working.
Comando SQL:
INSERT INTO rpa_descontinuacao_med (assunto, tipo_de_descontinuacao, data_de_peticao, data_de_reativacao, motivo, empresa, produto, principio_ativo, clase_terapeutica, registro, apresentacao, reativado)
VALUES ( 'teste', 'teste', (DATE '2024-05-24'), (DATE '2024-05-24'), 'teste', 'teste', 'teste', 'teste', 'teste', 'teste', 'teste', 'teste')