Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ppqqrrsstt
  • Order by date
  1. ppqqrrsstt

    Getting the last record in a table.

    U can write foll. query to get last inserted row in table select * from table_name where rowid = ( select max(rowid) from table_name)

Part and Inventory Search

Back
Top