函式對應

MariaDB

IFNULL

SQL Server

ISNULL

說明

當資料為null 顯示資料

例:ISNULL (NULL, 'test') = test

IFNULL (NULL, 'test') = test