Recently needed to update the last inserted row of a table but didn't have anyway in knowing what the highest ID in the table was.
I can easily do this by using the max() function to select the highest ID in the table.
I can easily do this by using the max() function to select the highest ID in the table.
view source