PostgreSQL:语法错误在或附近&#34 ;;"

时间:2017-08-02 06:51:03

标签: postgresql

我是编程和SQL的新手。为什么在创建表时会出现此错误?

fishies=> create table vamshi( text, serial);
ERROR:  syntax error at or near ";"
LINE 1: create table vamshi( text, serial);

1 个答案:

答案 0 :(得分:-1)

您不需要文本和序列之间的逗号。

https://www.postgresql.org/docs/current/static/sql-createtable.html