mysql字段类型不同导致的隐式转换问题
参考资料MySQL :: MySQL 8.0 Reference Manual :: 14.3 Type Conversion in Expression Evaluation
MySQL 避坑指南之隐式数据类型转换_mysql隐式转换整数转浮点数-CSDN博客
MySQL隐式转化整理 - Rollen Holt - 博客园 (cnblogs.com)
场景当两个字段类型不同,但要对他们进行运算,则会隐式的对其进行转换
文档原文:
If one or both arguments are NULL, the result of the comparison is NULL, except for the NULL-safe <=> equality comparison operator. For NULL <=> NULL, the result is true. No conversion is needed.
有一方类型为NULL,结果即为NULL,除非是太空船运算,NULL <=> NULL结果为true
If both a ...
MySQL安装与配置
windows卸载打开安装器,点击右侧的remove
选中要卸载的组件next > execute
若卸载失败, 可以打开Windows 应用管理卸载
下载在mysql官网下载安装器MySQL :: Download MySQL Installer:msi结尾文件
安装
choosing a setup type
其中:
developer default 会安装 server,connectors,workbench,文档,实例
server only 只安装server
client only 只安装 client
full 安装所有
custom 自定义
这里选择 custom 自定义
select products
选中左边的组件,点击中间的按钮可以添加到右边进行安装,这里我只选择了server 和 shell。
点击右侧框中的具体组件,下方会出现蓝色字体 advanced option,点击设置安装位置
这里分别制定为
server
D:\tools\mysql\mysql8\server
D:\tools\mysql\mysql8\server\ ...