Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unterminated dollar-quoted string at or near "$$

I'm trying to declare some variables using DBeaver and keep hitting this error.

Unterminated dollar-quoted string at or near "$$

 DO $$
 DECLARE A integer; B integer;

BEGIN   
END$$;

Any ideas?

like image 373
user1158745 Avatar asked Sep 17 '15 15:09

user1158745


1 Answers

DBeaver was the issue. Switched to PGAdmin and no more problems.

like image 167
user1158745 Avatar answered Sep 30 '22 19:09

user1158745