database

[db] DECLARE로 정의한 함수 보기

동동(이재동) 2010. 4. 19. 10:36
DECLARE @vi decimal(5)
set @vi =2
print @vi



print 쓰면 된다 ...