试题详情

在SQL Server中,有如下语句,执行结果为( ) Declare @x int If @x is null Select ‘A’ If @x=0 Select ‘B’ If @x=’’Select ‘C’

AA

BB

CC

D有编译错误