摘要: mysql必知必会这样讲,书里Mysql用的版本是5,我的mysql版本是8.0.27 有查询结果的 阅读全文
posted @ 2021-12-03 13:58 读史 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 我是是mysql8.0.27 ,支持正则表达式检索整型 阅读全文
posted @ 2021-12-03 13:47 读史 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 我的mysql版本是8.0.27 表结构 运行如下语句 select products.id,products.created_at from products where products.id like '%2%' 可以显示成功 在命令行窗口也一样 阅读全文
posted @ 2021-12-03 11:22 读史 阅读(120) 评论(0) 推荐(0) 编辑