My question might sound silly, but here's the problem. I just want to declare this in a pgscript:
DECLARE @I, @J, @T, @G;
according to this, but I get this error:
ERROR: syntax error at or near "@"
LINE 1: DECLARE @I, @J, @T, @G;
What am I missing? Thanks in advance!!!