What is the type casting hierarchy in mysql?

后端 未结 0 2032
暖寄归人
暖寄归人 2020-12-06 14:29

Taking the following example:

WITH tbl as (
    select 1, 1e2, 1.2e-4, 1.235, null, 0b01, if(1=1, 1, 2) union
    select 1, 1e2, 1.2e-4, 1.235, null, 0b01, if         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题