Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to add a runbalance calculated field in query
Message
From
25/11/2006 11:46:58
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
I want to add a runbalance calculated field in query
Environment versions
SQL Server:
SQL Server 7.0
Miscellaneous
Thread ID:
01172408
Message ID:
01172408
Views:
54
I want to add a balance field to this query how do I achive this


select outdt as date ,packsetid, shetkariid,
sum(inqty) as inqty, sum(outqty) as outqty , ****running balance field***
from stkoffset
where packsetid = @p_packsetid and shetkariid = @p_shetkariid
group by packsetid, shetkariid, outdt
order by packsetid, shetkariid, outdt

Rajesh
Next
Reply
Map
View

Click here to load this message in the networking platform