sequence对象

http://zhidao.baidu.com/question/82436743.html?fr=ala0



#mysql无符号增长
Create Table TestAuto
(
    autoid Unsigned BigInt Auto_Increment Not Null, 
    name varchar(30),
    primary key (autoid)
);




你可能感兴趣的:(html,sql,mysql)