Viewing 15 posts - 31 through 45 (of 84 total)
Hi Expert,
thanks for your reply but its not worked
October 24, 2013 at 6:17 am
Thanks Sir..
Its worked thanks for your help 🙂
June 17, 2013 at 5:12 am
Yes your solution was very helpful for me
Thank you Sir for helping me out in this situation
April 17, 2013 at 7:10 am
Yes its very help full for me..
Thanks all of you Sir....for helping me out in this solution
April 17, 2013 at 7:00 am
Hi Sir,
I would like to show data in additional column by substrating end date column
(20790606-20130128) ---660478 days
(20130416-20130128) --288 days
(20130128-20130128) --1 days
April 17, 2013 at 6:10 am
if end date column would be null then pls treat as 20790606
please check only fg_end_dt_key column
(20790606-20130416) ---660190
(20130416-20130128) --288
(20130128-20130128) --0
April 17, 2013 at 5:03 am
Hi Expert,
Its worked but failes for below data....when i was inserting and testing
CREATE TABLE #tmp_end_date
(ID INT,
tgs_rec_eff_dt DATE,
tgs_rec_end_dt DATE,
SEQNUM INT )
GO
insert into #tmp_end_date values(12345,'15-Mar-2012',NULL,4)
insert into #tmp_end_date values(12345,'10-Feb-2012',NULL,3)
insert into #tmp_end_date values(12345,'2-Feb-2012',NULL,2)
insert...
October 17, 2012 at 4:13 am
I have to update my end date column as like above sample example.
🙂
October 17, 2012 at 3:39 am
Hi Thanks for your reply 🙂
But its not giving me proper result.
October 17, 2012 at 3:38 am
But How can I use #tmp table?
Indexes are there on my tmp_load table.
So please suggest me the best solution....In my above sql it giving me 50125 rows
September 14, 2012 at 5:19 am
thanks for your valuable reply,but whats about my other result....
August 9, 2012 at 6:02 am
Viewing 15 posts - 31 through 45 (of 84 total)