sql语句建表报错,求改哪里
db2吧
全部回复
仅看楼主
level 1
deathmadgod 楼主
create table t3(partno INTEGER PRIMARY KEY generated by default as identity(start with 100 increment by 1),
description char(20));
错误near ‘generated by default as identity(start with 100 increment by 1),
description cha’ at line 1
2016年05月27日 01点05分 1
1