postgreSql 判断表不存在而创建表

    xiaoxiao2021-12-14  19

    create table if not exists bar_code    (     "barcodeEan" varchar(13) NOT NULL PRIMARY KEY,     "itemId" int NOT NULL   )  

        这个好像需要postgresql某些版本及以上的才支持

    转载请注明原文地址: https://ju.6miu.com/read-970584.html

    最新回复(0)