下面不产生结果集的语句有______。 A.
set @a=5; B.
select @a:=5; C.
select 5 into @a; D.
set @a:=5;