Page 1 of 1

[SOLVED] How execute PostgreSQL anonymous code block ?

Posted: 14.09.2018, 15:03
by EMartin
Hi, I'm trying execute anonymous code block in PostgreSQL using TZReadOnlyQuery but I have the error "ERROR: syntax error at end of input".

Is possible execute PostgreSQL anonymous block in Zeos ?

Thanks.

Update:

I found the error, "if" statement it was not closed with "end if".