码迷,mamicode.com
首页 > 其他好文 > 详细

postgres 设置自增字段

时间:2020-07-20 22:39:46      阅读:106      评论:0      收藏:0      [点我收藏+]

标签: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‘;

``

postgres 设置自增字段

标签:serial   postgre   post   数据   自增字段   from   ble   where   elk   

原文地址:https://www.cnblogs.com/qianxunman/p/13347181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!