Viewing 7 posts - 1 through 7 (of 7 total)
I have modified the #tab1_audit and included one more column name as 'Row_number'.
(i) When a update trigger inserts row into this #tab1_audit, both old and new (Modified) rows will...
April 10, 2011 at 8:35 pm
Hi LutzM,
Thanks for your solution.
Now we are getting the result as follows:
----------------------------------------------------------------------------------
part_id adt_ts pay_clct_amccy_cd
----------------------------------------------------------------------------------
1002 4/8/11 10:29 AMold:-10800.000000000, new:-11880.000000000unchanged
1002 ...
April 10, 2011 at 6:04 am
Hi Patrick,
Please do some changes. Because no alias for 'I'
~~~~~~~~~~~~~~~~~~~~
l.territory_code as storecode,
and l.loc_id = '109'
~~~~~~~~~~~~~~~~~~~~
The above should be
L.territory_code as storecode,
and L.loc_id = '109'
Regards,
Ganapathi M
December 20, 2007 at 6:26 am
Hi Patrick,
In the above I refers to which table?
l.territory_code, l.loc_id
Ganapathi M
December 20, 2007 at 12:10 am
10/2 = 5
10%2 = 0
% is called Modulo division. It will gives us the Quotient value. In our example
Quotient is 0 suppose if i...
September 10, 2007 at 8:46 am
Thanks Markus,
Its Working!!!
Ganapathi.
September 5, 2007 at 4:16 am
Viewing 7 posts - 1 through 7 (of 7 total)