Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jul 11, 2021. It is now read-only.
This repository was archived by the owner on Jul 11, 2021. It is now read-only.
There was an error while loading. Please reload this page.
There seems to be some weird issue when a query terminate with a semicolon
;and whitespaces or new lines.So, queries like this works ok:
SELECT A, B from foo;While this other seems to show the issue problem:
SELECT A, B from foo; -- with whitespacesor also