Viewing 4 posts - 1 through 4 (of 4 total)
//Returns the difference between physical and system stock. This is a read-only property
public int Difference { get { return _physicalStock - _physicalStock;}}
should be:
public int Difference...
August 2, 2005 at 3:22 pm
I've found exactly what I need, but in a Oracle
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
The following is an example of cumulative amount_sold
by customer ID...
November 20, 2004 at 7:01 pm
Hi,
the ordr field actually is the smalldatetime field and it can hold the multiple records with same value. Yes I know that I can solve this problem with #tmp table (or...
November 20, 2004 at 5:20 pm
I have already used #tmp table to get the result, but I was trying to get the result with simple T-SQL.
thanks,
stojce
November 19, 2004 at 5:56 pm
Viewing 4 posts - 1 through 4 (of 4 total)