Deleting a row based on the max value

前端 未结 4 1258
我在风中等你
我在风中等你 2020-12-03 18:23

How can I structure a mySQL query to delete a row based on the max value.

I tried

WHERE jobPositonId = max(jobPostionId)

but got

4条回答
提交回复
热议问题