SQLSERVER 设置默认值

DECLARE @test int
SET @test=null
select isnull(@test,0)

posted @ 2018-06-28 20:33  microsoftzhcn  阅读(3257)  评论(0)    收藏  举报