GhostInMatrix

关注

mysql插入与主键相同值的另一个字段

GhostInMatrix

关注

阅读 117

2022-09-08


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.tables where table_schema ='mytest' and table_name='users';

INSERT menu (id,name,url,parent_id,`order`) VALUES((select AUTO_INCREMENT from information_schema.tables where  table_name='menu'),'1','4','1',`id`);


相关推荐

三分梦_0bc3

mysql default 另一个字段

三分梦_0bc3 64 0 0

伢赞

mysql 关联一个字段中包含另一个字段

伢赞 91 0 0

生态人

hadoop根据一个字段更新另一个字段的数据

生态人 11 0 0

云卷云舒xj

mongoDB 批量将某个字段值等于另一个字段值

云卷云舒xj 73 0 0

b91bff6ffdb5

sql查询 同一个字段下另一个字段个数

b91bff6ffdb5 15 0 0

梯梯笔记

MybatisPlus查询返回Map,其中一个字段为key,另一个字段或者实体为value

梯梯笔记 22 0 0

大雁f

mysql增加一个字段

大雁f 77 0 0

飞鸟不急

mysql sql同一个字段多个行转成一个字段查询

飞鸟不急 15 0 0

WikongGuan

Java——>将一个字节型文件的内容写入另一个字节型文件

WikongGuan 217 0 0

七公子706

mysql一个字段内容拆分成多个字段

七公子706 78 0 0

精彩评论(0)

0 0 举报