Viewing 3 posts - 1 through 3 (of 3 total)
Sorry for not had post all that info.
What i want to accomplish is this:
SELECT X.* FROM
(
SELECT MP.*, RNum=ROW_NUMBER() OVER (PARTITION BY MP.ModuleCode ORDER BY MP.UserGroup)
FROM...
September 8, 2010 at 11:58 am
noeld (4/29/2009)
jpdlp (4/29/2009)
In the table [article table] , the column [article stock] is 5
subscriber 1 sells 1 unit and updates [article stock] to 4
subscriber 2 sells 2 units and...
April 30, 2009 at 1:57 am
Nice article.
And if the conflict was on the [Unit Stock] ?
Example:
In the article table, article X's article stock is 5
subscriber 1 sold 1 unit and updated article stock to 4
subscriber...
April 29, 2009 at 11:03 am
Viewing 3 posts - 1 through 3 (of 3 total)