Hi,
I would like to select last 50 entries for certain table, this table has a primary key a string and it has also the date for insertion of the entry.
What would be the SQL query to select the last 50 inserted rows of the table?
I would like to select last 50 entries for certain table, this table has a primary key a string and it has also the date for insertion of the entry.
What would be the SQL query to select the last 50 inserted rows of the table?