access 自动编号功能 的实现
Create table user_login (
id autoincrement(1,1) primary key,
infos text,
typeid int,
userip text(20),
dates date
)
access 自动编号功能 的实现
Create table user_login (
id autoincrement(1,1) primary key,
infos text,
typeid int,
userip text(20),
dates date
)