![]() ![]() ![]() |
Ispirer SQLWays Database Migration Software
Conversion of Sybase ASA IFNULL to Microsoft SQL Server
The Sybase Adaptive Server Anyware IFNULL function returns one of two expressions, depending on whether a specified check expression is NULL or NOT NULL.
Microsoft SQL Server does not support IFNULL. The Microsoft SQL Server searched CASE expression can be used to implement the Sybase Adaptive Server Anyware IFNULL function.
SQLWays changes the Sybase Adaptive Server Anyware IFNULL function to the Microsoft SQL Server searched CASE expression that tests the first expression for NULL.
![]() ![]() ![]() |