Maybe a little late, but here is a simple select that solve your question.
SELECT * FROM "TABLE" T ORDER BY "T.ID_TABLE" DESC LIMIT 5;
Maybe a little late, but here is a simple select that solve your question.
SELECT * FROM "TABLE" T ORDER BY "T.ID_TABLE" DESC LIMIT 5;