mysql插入與主鍵相同值的另外一個字段

insert into users(username,password) values((select auto_increment from information_schema.tables where table_schema ='mytest' and table_name='users'),'123456' ); select * from information_schema.tab
相關文章
相關標籤/搜索