摘要: 创建表zuocheng create table zuocheng(id int ,address char(25), pay int); 2. 创建自增序列 create sequence myId //创建名为zc的序列 increment by 1 //自增长度为1 start with 1 阅读全文
posted @ 2022-09-13 16:48 xiaoyongdata 阅读(118) 评论(0) 推荐(0) 编辑