数据库怎么自动生成编号 access自定义自动编号 在往数据库中插入数据时,如何编写函数得到其自动生成的编号?创建表testuScopeuIdentity(id int Identity(1,1)primary key,... 2021-03-15 2655次浏览