Viewing 15 posts - 31 through 45 (of 69 total)
Thanks for the reply Lynn Pettis.
There are two records with a value of '1' for column c1, t1 value for those records is null where as t2 has values as...
April 5, 2013 at 3:37 pm
ColdCoffee (7/17/2012)
ssc_san (7/17/2012)
ColdCoffee (7/17/2012)
ssc_san (7/17/2012)
We have a issue here, they may add other adjustment periods in the future, so it is not a fixed set of periods.
Meaning, 0,9,13,14,16 will...
July 17, 2012 at 2:17 pm
ColdCoffee (7/17/2012)
ssc_san (7/17/2012)
We have a issue here, they may add other adjustment periods in the future, so it is not a fixed set of periods.
Meaning, 0,9,13,14,16 will have other...
July 17, 2012 at 1:59 pm
Thanks for the query Coldcoffee.
We have a issue here, they may add other adjustment periods in the future, so it is not a fixed set of periods.
Any other method...
July 17, 2012 at 1:49 pm
Try this:
DECLARE @testagg TABLE
(
id VARCHAR(10),
nm VARCHAR(20),
amt INT...
July 17, 2012 at 1:22 pm
Thanks for the reply Sean Lange.
Sure, the py_fl (prior period flag) is set to true for pr (period) 16 (Fiscal year 2012), and the adfl (adjustment flag) is true for...
July 17, 2012 at 12:55 pm
The question, however, is this the correct action to take or should the data be corrected since the user erred during input.
As they are going to change the input method,...
June 21, 2012 at 3:54 pm
Evil Kraig F (6/21/2012)
June 21, 2012 at 3:43 pm
Thank you Lynn.
You haven't answered the question, how does a SQL query know that '01-' is supposed to be '001' not '010'? You have said that '010' is not a...
June 21, 2012 at 3:38 pm
Lynn Pettis (6/21/2012)
ssc_san (6/21/2012)
Here is my problem, I would expect you want '010' not '007' if the '-' in '01-' were a '0', why would you expect '01-' to be...
June 21, 2012 at 3:15 pm
Here is my problem, I would expect you want '010' not '007' if the '-' in '01-' were a '0', why would you expect '01-' to be less than '007'?
Lynn,...
June 21, 2012 at 3:03 pm
Thank you all for the replies.
Here is the sample code, I am trying to get the Max three letter field and date associated to it, the query mentioned in the...
June 21, 2012 at 2:36 pm
Thanks Lynn for the reply.
I am trying to extract a part of string and with in that I need the max value for ID associated to it. As the string...
June 21, 2012 at 1:00 pm
Thanks for the reply Stewart!
I have to test and make sure, I don't have any other cases that are missing.
Thanks again!
April 16, 2012 at 6:50 am
Viewing 15 posts - 31 through 45 (of 69 total)