Sunday, May 18, 2008

Variables @ T-Sql

here is the snippet to generate variables and give values to thme with T-Sql ...


declare @tmp int
select @tmp=max(listeFiyat)
from tblUrun
print @tmp
go

No comments: