I have an SQL statement that returns more than one value:
In my code I then need to call the last ID that was inserted. I have seen some examples about SELECT LAST_INSERT_ID()
but they all seems to be for insert statements. I just want to show the last inserted id.
So from the image below I would only need to select ID 13.