SQL 判断字段是否为中文、字母、数字
ascii ( col )
数字:48 - 57
字母:65 - 123
汉字:123+
如:判断中文
select * from dws_new_role where ascii(game_server) > 123
判断数字
select * from dws_new_role where ascii(role_id) between 48 and 57
SQL 判断字段是否为中文、字母、数字
ascii ( col )
数字:48 - 57
字母:65 - 123
汉字:123+
如:判断中文
select * from dws_new_role where ascii(game_server) > 123
判断数字
select * from dws_new_role where ascii(role_id) between 48 and 57
上一篇:Redis 持久化
mysql查询包含某数字_php – 检查mysql字段在mysql查询中是否包含某个数字
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M