How can I structure a mySQL query to delete a row based on the max value.
I tried
WHERE jobPositonId = max(jobPostionId)
but got an error?
DELETE FROM table ORDER BY jobPositonId DESC LIMIT 1
1.4m articles
1.4m replys
5 comments
57.0k users