摘要: 转自:https://www.runoob.com/regexp/regexp-syntax.html,https://tool.oschina.net/uploads/apidocs/jquery/regexp.html 1.语法 [ABC]:匹配 [...] 中的所有字符,例如 [aeiou]  阅读全文
posted @ 2023-02-26 19:04 lypbendlf 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 转自:https://cloud.tencent.com/developer/article/1962276 1.用法 1. select* from article LIMIT 1,3 2.select * from article LIMIT 3 OFFSET 1 均表示略过第一条,取第2,3, 阅读全文
posted @ 2023-02-26 13:21 lypbendlf 阅读(51) 评论(0) 推荐(0) 编辑