G
Guest
I have ran this test in Query Analyzer 3.0.5040
Select a,iif(b>0,10,20) from mytable
I got an error with "not supported function" message.
Anyone can confirm me that this function is not supported?
Where can I find a list of supported functions in SQL 2005 CE?
Select a,iif(b>0,10,20) from mytable
I got an error with "not supported function" message.
Anyone can confirm me that this function is not supported?
Where can I find a list of supported functions in SQL 2005 CE?