会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
雾里看花
云上看景
新随笔
管理
2022年9月13日
Mysql 获取自增主键删除的主键
摘要: SELECT message_id+1 from message_transmit_record a where not EXISTS ( select * from message_transmit_record b where b.message_id=a.message_id+1 ) AND
阅读全文
posted @ 2022-09-13 19:29 雾里看花的少年
阅读(47)
评论(0)
推荐(0)
编辑
公告