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 Chriss Miller 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: *

  1. CyberPerk

    Show only Last record

    For those MS-SQL guys who searched on Google using the phrase "show last record query" or something like that AND you found this thread on tek-tips.com, then here is your answer: SELECT * FROM mytable WHERE my_id=(SELECT MAX(my_id) FROM mytable) This query will show the last record...

Part and Inventory Search

Back
Top