Hi: I'm searching the docs and can't find it. Is there a way to limit the number of records in the result like:
Sql Server: Select Top 1 * From MyRecs ORDER BY ID DESC MySql: Select * From MyRecs ORDER BY ID DESC LIMIT 1 Basically, I need the ID of the last record inserted. How can I get that? Marl K. Atkins Microsoft Certified Professional SoftLink Systems, Inc. (407) 388-1886
