Re: How to get the latest record from the database
Fabien Roy <[email protected]> Tue, 22 Jun 2004 02:13:24 -0700
| Newsgroups | gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
Because "select max(column) from table" always involve sorting, and in a large data-set will always take more times. Also a view is not so different than standard sql. On Jun 22, 2004, at 2:05 AM, Anders Peterson wrote: > How about a view instead of a table and trigger? /Anders