Bounty Cap

Why PostgreSQL says that “;” is syntax error [closed]


I am trying to run this code:

CREATE TABLE appdb;

And i get this error:

ERROR:  syntax error at or near ";"
LINE 1: CREATE TABLE appdb;
                          ^

The post Why PostgreSQL says that “;” is syntax error [closed] appeared first on Release Don key.

Exit mobile version