标签:serial postgre post 数据 自增字段 from ble where elk
serial
create table test_searial(id serial,id2 serial2);
-- 查看自增的设置:
SELECT c.relname FROM pg_class c WHERE c.relkind = ‘S‘;
``
标签:serial postgre post 数据 自增字段 from ble where elk
原文地址:https://www.cnblogs.com/qianxunman/p/13347181.html