Skip to site navigation (Press enter)
Re: MAX() Select Problem
sp
Thu, 14 Oct 2004 12:13:11 -0700
The following gives me the max QuizPercent out of the series but it does not give me the QuizPercent which is associated with the MAX(QuizDate)
SELECT MAX(QuizDate) as QuizDate, MAX(QuizPercent) AS QuizPercent, QuizID
FROM Test_Board_Biomed
WHERE Customer_ID = 21
GROUP BY QuizID
[
Todays Threads
] [
This Message
] [
Subscription
] [
Fast Unsubscribe
] [
User Settings
] [
Donations and Support
]
Previous message
View by thread
View by date
Next message
MAX() Select Problem
sp
Re: MAX() Select Problem
Greg Morphis
Re: MAX() Select Problem
sp
Re: MAX() Select Problem
dave
Re: MAX() Select Problem
Greg Morphis
Re: MAX() Select Problem
dave
RE: MAX() Select Problem
Gaulin, Mark
Re: MAX() Select Problem
sp
Reply via email to
Search the site
The Mail Archive home
cf-talk - all messages
cf-talk - about the list
Expand
Previous message
Next message