my Way
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment