Viewing 5 posts - 1 through 6 (of 6 total)
Hi Lowel,
Thanks for that, but I get the exact same result set as my original query.
Here are my create scripts.
https://www.dropbox.com/s/bh2ynmlsyt9o8z5/sqlScripts.zip?dl=0
I'll try explaining what I'm after again.
I want a list...
January 20, 2016 at 2:24 pm
Hi,
Yes, I do need help.
My issue is:
I want a list of CustomerID, UserName, LastOrderDate, NextCallbackDate for all customers who have an record in the Order table but their last callback...
January 20, 2016 at 9:07 am
Apologies to both! I used a left outer join during my fiddling trying to figure out why some records were not showing up..
aspnet_Users table:
[dbo].[aspnet_Users](
[ApplicationId] [uniqueidentifier] NOT NULL,
[UserId] [uniqueidentifier] NOT NULL,
[UserName]...
January 20, 2016 at 8:50 am
Thanks djj.
Also, Martin, thank you very much - that seems to have worked - the only thing that is missing is the LastOrderDate in the result set as I want...
September 22, 2014 at 2:28 pm
Thanks everyone for your help. Jack's solution works just great. I probably should have posted the output I wanted, but in essence I wanted it grouped by Username with the...
August 27, 2014 at 2:56 pm
Viewing 5 posts - 1 through 6 (of 6 total)