INSERT into user_info (uname, unumber) VALUES ('test','test'); select @@identity as 'curMaxId';. 注意到第一条命令并没有插入 id 值 ...
確定! 回上一頁