0
Good guys, next ... I’m trying to get the last record of a table with an id
SELECT * FROM tabela WHERE id = ? ORDER BY id DESC LIMIT 1
Except he’s not returning the last record, he’s going through the entire table behind a record, can anyone tell me how I do it? Thank you in advance!
Thank you! It worked the way I wanted it to!
– Robert Junio