2015年3月10日 星期二

CASE xx WHEN null

SELECT first_name + 
    CASE last_name WHEN null THEN 'Max' ELSE 'Peter' END AS Name
FROM dbo.person

沒有留言:

張貼留言