摘要:
IFNULL函数用于判断参数值是null时则返回指定内容。 原本 select goods_base_name,goods_id from goods where goods_id in (6,7,8) 引用函数后 select IFNULL(goods_base_name,'name为空'),go 阅读全文
摘要:
V函数用于执行变量名、嵌套函数。类似eval函数 Name of variable (may include variable and function references):必填,填入变量名称或者函数或者字符,可以只填一种也可以组合都填入 默认值:缺省值,选填。填些后当上面条件查找变量失败则输出 阅读全文