Mysql常用命令
摘要:1、匹配大写字母 select id from user where binary username regexp '[A-Z]'; 2、匹配中文 select username from user where not(username regexp "[\u0391-\uFFE5]");
阅读全文
posted @ 2020-06-16 16:16
posted @ 2020-06-16 16:16
posted @ 2020-03-15 14:49
posted @ 2020-02-23 17:59
posted @ 2020-01-06 16:55
posted @ 2019-08-15 22:15