Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 IIf function in select

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-07-14 : 20:59:28
maya writes "I am working on converting Microsoft Access 97 dB to SQL Server 2000. One of the queries has the following:
SELECT IIf([NURSE_STATION_CATEGORIES]![NURSE_STATION_CATEGORY] Is Null,"UNDEFINED",[NURSE_STATION_CATEGORIES]![NURSE_STATION_CATEGORY]) AS NURSE_STATION_CATEGORY
I can not make IIf function to work in SELECT part in SQL.


Thank you,

Maya"
   

- Advertisement -