Re: leggere una tabella dal fond
Aggiungi una colonna 'id' settala come indice primario autoincrementale, in questo modo l'ultimo record inserito avrà il valore maggiore nel campo 'id'.
Poi la ordini per la colonna 'id' in modo decrescente:
SELECT * FROM nome_tabella ORDER BY id DESC;
Subject
Views
Written By
Posted
1903
April 10, 2015 07:28AM
Re: leggere una tabella dal fond
1304
April 11, 2015 06:48PM
1267
April 14, 2015 12:51AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.