Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert IIF function in SQL Statement
Message
From
31/03/2003 22:36:56
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Insert IIF function in SQL Statement
Miscellaneous
Thread ID:
00772247
Message ID:
00772247
Views:
38
Is it possible for me to insert IIF function in SQL Statement.. for example:

SELECT MONTHLYSALES.*, IIF(MONTHLYSALES.POINT>=10, "Good", IIF(MONTHLYSALES.POINT >=5 AND MONTHLYSALES.POINT<10, "Enough", "Bad")) as SALESPOINT FROM MONTHLYSALES ORDER BY SALESMANCODE

(pls correct the above SQL statement if there's mistake)

any idea would be greatly appreciated and many thanks in advance

Regards
Winan
Next
Reply
Map
View

Click here to load this message in the networking platform