postgreSql 判断表不存在而建立表

语法其实和oracle差很少 create table if not exists bar_code ( "barcodeEan" varchar(13) NOT NULL PRIMARY KEY, "itemId" int NOT NULL )
相关文章
相关标签/搜索