标签: postgresql
我是编程和SQL的新手。为什么在创建表时会出现此错误?
fishies=> create table vamshi( text, serial); ERROR: syntax error at or near ";" LINE 1: create table vamshi( text, serial);
答案 0 :(得分:-1)
您不需要文本和序列之间的逗号。
https://www.postgresql.org/docs/current/static/sql-createtable.html