Viewing 8 posts - 16 through 23 (of 23 total)
Thank you very very much. You guys save my day. I am very grateful. Thanks again.
March 19, 2009 at 1:07 am
I looked at various cross join methods but they require two tables but in my case I have only one so, are there any easy solutions for one table.
I...
March 18, 2009 at 8:44 pm
Great it works! Thank you very much for your help.
I need to change only DATALENGTH in place of LEN.
Thanks again.
March 18, 2009 at 7:50 pm
Your code does work well for the given example but if I change the table as below then it gives the following error.
"Argument data type text is invalid for argument...
March 18, 2009 at 3:27 pm
Thank you very very much I will try this and let you know my result. Thanks again
March 18, 2009 at 2:50 pm
Thank you very much. Very appreciated. From now on I will try to post as per the instruction. Thanks again
February 17, 2009 at 1:31 pm
Sorry about my ignorance.
The solution query is as follow:
SELECT Item, Name, COUNT(Amt), MIN (Amt), MAX(Amt), MIN (Date), MAX (Date) FROM Table1 GROUP BY Name, Item
Thanks again.
January 1, 2009 at 9:04 pm
Thank you very much I have figured it out. It was quite easy. Thanks for advice regarding datatype. now I have to work on datatype of Table1. Due to datatype...
January 1, 2009 at 1:00 pm
Viewing 8 posts - 16 through 23 (of 23 total)