Running SQL script through psql gives syntax errors that don't occur in PgAdmin

前端 未结 4 1061
悲哀的现实
悲哀的现实 2020-12-02 02:24

I have the following script to create a table:

-- Create State table.
DROP TABLE IF EXISTS \"State\" CASCADE;
CREATE TABLE \"State\" (
 StateID SERIAL PRIMAR         


        
4条回答
提交回复
热议问题