August 8, 2015 at 12:56 pm
Rather than posting all of my failed queries, I'll just show what I'm trying to do.
auctions
fields
ID,aucTitle
values
1,"Auction 1"
2,"Auction 2"
fields
id,amount,bidderID,aucID
values
1,100,1,1
2,100,2,2
3,105,3,1
fields
id,bidderName
values
1,"Groucho"
2,"Chico"
3,"Harpo"
Expected results
fields
aucID,topBid,bidderName
1,105,"Harpo"
2,100,"Chico"
August 8, 2015 at 1:02 pm
I just realized that I posted this in the wrong forum as my server version is 2005. I'm copying to to what I hope is the right one.
August 8, 2015 at 7:02 pm
The location of the new post is http://www.sqlservercentral.com/Forums/Topic1709703-338-1.aspx. Please respond there instead of on this post to help keep any answers together. Thanks, folks.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply