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

mysql查询类型转换

2025/12/27 10:18:34发布20次查看
欢迎进入linux社区论坛,与200万技术人员互动交流 >>进入 在mysql查询时最好不要发生类型转换,如把varchar转换成int mysql explain select * from user where name=1\g //如果你确定name字段是整型就不要把它转化成字符串,不加单引号 **********************
欢迎进入linux社区论坛,与200万技术人员互动交流 >>进入
在mysql查询时最好不要发生类型转换,如把varchar转换成int
mysql> explain select * from user where name=1\g
//如果你确定name字段是整型就不要把它转化成字符串,不加单引号
*************************** 1. row ***************************
id: 1
select_type: simple
table: user
type: all
possible_keys: index_name_password
key: null
key_len: null
ref: null
rows: 99727
extra: using where
1 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: ref
possible_keys: index_name_password
key: index_name_password
key_len: 111
ref: const
rows: 1
extra: using where
1 row in set (0.00 sec)
该用户其它信息

VIP推荐

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