Thanks Riverguy. It worked.
I have one more question:
The columns that I am interested in a table are:
Deal_No. Deal_Date
If I have to count the Deal_No. for every min(In Deal_Date), how can this be done?
Do you want to show 0's? I mean... if there are no rows for 8:40 AM, should that row be omitted from the results, or do you want to see the row with a count of 0?
-George
"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
Nevermind, I answered in your other thread. To use zero's, you're going to have to use a static table to join on or a derived/temporary table or variable.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.