hmm, okay so i have a query and i want to select the eventName based on the biggest number, but MAX apparently can't be used in the WHERE clause, any help, here is what i attempted
SELECT `eventName` FROM events WHERE `addedToScheduleCurr` = MAX(`addedToScheduleCurr`)
any idea on how else i could do this
thanks,
john
p.s.
phpMyAdmin error says
#1111 - Invalid use of group function