SQL中用iff和isEmpty函数,为什么会出错?(21分)

  • 主题发起人 主题发起人 yisan
  • 开始时间 开始时间
Y

yisan

Unregistered / Unconfirmed
GUEST, unregistred user!
Example
IIf(IsEmpty(Measures.CurrentMember), "Yes", "No")
Returns "Yes" if Measures.CurrentMember is an empty cell, "No" otherwise.

To number:
IIf(IsEmpty(Measures.CurrentMember), 0, 1)


为什么在线帮助中的例子,用起来却会出错?
提示:要么是IsEmpty()不认得,就是iif()函数不认得!

请问各位大虾,问题出在哪里?
我在sql2000和sql7.0中都试过,就是出错?
 
我的问题怎么没有人回答?
是分太少了吗?小弟实在没有分了,请各位大虾帮帮忙!
 
后退
顶部