T-SQL – Select Top 1 and If Not Exist Return Null Row IF EXISTS ( SELECT * FROM [dbo].[PLAYER] WHERE [PLAYER_ID] = @player_id ) SELECT TOP 1
確定! 回上一頁