Viewing 12 posts - 1 through 12 (of 12 total)
Thanks you all guys for your responses. I'll implement this and let you know..
June 24, 2013 at 2:54 pm
Thanks for your response. Its kind of when the client retrieves the data.
again, the 32 character count should start from where the pipe was placed.
June 19, 2013 at 3:41 pm
Gents,
Many thanks for all your answers. I'll implement both strategies (row_number() & CTE) and let you know how it did.
K
January 26, 2010 at 3:19 pm
friends, Pl ignore my previous query. this is what I've tried and the result set:
select t.trd_eff_tms, fx.prc_tms, fx.fxrte from transrptccy t left outer join fxrate fx ...
January 26, 2010 at 2:12 pm
Addicted - you got it right.
Champion - this is what I've tried,bbut it's giving only the matching record but not the other one.
select t.trd_eff_tms, fx.prc_tms, fx.fxrte from fxrate fx left...
January 26, 2010 at 2:03 pm
The result set I've given is HOW I WANT THE DATA TO BE. Pl help on how to write a query to achieve that result set.
January 26, 2010 at 1:36 pm
thanks for responding. yes, it can be done thru a running total query. But, stuck on how to update a record when the counter reaches/near 500.
thx
June 17, 2008 at 2:58 pm
thanks dude. the second solution works for me.
June 7, 2007 at 8:05 am
Thanks Ken and Sean. My earlier case also worked when I introduced another instance of the pinf table.
April 25, 2007 at 11:03 am
Thank you very much guys. It worked. Sorry for missing one more piece from original query, which selects one more column.
select MAIN_CODE, SUB_CODE, NAME,
DAYS=(select INTVALUE from PINF p2
where p2.MAIN_CODE =*...
April 25, 2007 at 10:30 am
Run DBCC INPUTbuffer to check what exactly the processes 149 and 151 are running.
April 24, 2007 at 11:46 am
Viewing 12 posts - 1 through 12 (of 12 total)