Forum Moderators: open
Here's the scenario:
I select 30 records from a table. Then I extract DATE columns from those records and put them in an array. After that, I need to retrieve one of those records again, but this time, I extract an additional TINYTEXT and 2 TEXT columns.
So my question is this:
What is the fastest way to get the last record? Is it faster to make a new query, or should I massage the existing selection?