sql中ifnull()函数在hql中如何使用
2个回答
推荐于2016-12-03
展开全部
SQL Syntax 1:
IFNULL( expression, replacement )
Parameters:
expression
Any expression of any type. This expression is check for NULL.
replacement
The return value if the expression is NULL.
Escape Syntax:
{fn IFNULL( expression, replacement )}
Return Type:
The same as the numeric expression.
SQL SYNTAX 2:
IFNULL( expression )
Return Type:
BOOLEAN
SELECT ifnull( name , '')
IFNULL( expression, replacement )
Parameters:
expression
Any expression of any type. This expression is check for NULL.
replacement
The return value if the expression is NULL.
Escape Syntax:
{fn IFNULL( expression, replacement )}
Return Type:
The same as the numeric expression.
SQL SYNTAX 2:
IFNULL( expression )
Return Type:
BOOLEAN
SELECT ifnull( name , '')
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2011-05-06
展开全部
另外,虚机团上产品团购,超级便宜
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |