Mysql
 sql >> Database >  >> RDS >> Mysql

Come ottenere l'ultimo campo in un database MySQL con PHP?

Puoi usare:

SELECT MAX(id) FROM table