coalesce 函数是sql里面极其实用的一个函数,具体用法如下: SELECT coalesce(exp1,exp2,...) as info FROM table1 当exp1为NULL时,计算exp2,当exp2为空时, ...
確定! 回上一頁