SQLServerCentral » Latest topics
		Debıt Close and Aging
Hi, 
I want to aging.
[code language="sql"]drop table #TempStk
CREATE TABLE #TempStk(
[ID] [int] IDENTITY(1,1) NOT NULL,
[Ig]
		I want to aging.
[code language="sql"]drop table #TempStk
CREATE TABLE #TempStk(
[ID] [int] IDENTITY(1,1) NOT NULL,
[Ig]
No comments:
Post a Comment