2005-03-10 04:23 PM
2005-03-11 01:25 PM
woodster wrote:Absolutely,
And, suggesting that maybe Cumulus 6.5 (it was 2.0 then) deserves a look.
2005-03-11 11:13 PM
Ben wrote:The "ORDER BY" clause (lower case is fine) says how to sort the data. You can sort ascending or descending and by more than one field.
Or may be Karl, if you happen to read this thread, may be you could give us quick run down on how to sort data?
SELECT name, location, preview_jpeg FROM libraryparts ORDER BY namewill give you the list sorted ascending by name, as you wanted.
2005-03-12 10:34 AM