您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

mysql查询类型转换_MySQL

2024/5/12 10:05:39发布39次查看
bitscn.com
 mysql查询类型转换
在mysql查询时最好不要发生类型转换,如把varchar转换成int
mysql> explain select * from user where name=1/g
//如果你确定name字段是整型就不要把它转化成字符串,不加单引号
*************************** 1. row *************************** id: 1 select_type: simple table: user type: allpossible_keys: index_name_password key: null key_len: null ref: null rows: 99727 extra: using where1 row in set (0.02 sec)mysql> explain select * from user where name='1'/g
//如果你确定name字段是字符串就不要把它转化成整型,加单引号
*************************** 1. row *************************** id: 1 select_type: simple table: user type: refpossible_keys: index_name_password key: index_name_password key_len: 111 ref: const rows: 1 extra: using where1 row in set (0.00 sec)
bitscn.com
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product