If you are just going to look at the first record then why not do just thisPHP Code:SELECT TOP 1 * FROM table
WHERE .........
ORDER BY field DESC
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 16
Thread: How to find the n-th record ?Threaded View
|
Click Here to Expand Forum to Full Width |