alphabetizing a query's results

wxdqz

New Member
i'm SELECTINGing * from table ORDER BY itemID DESC LIMIT 8

that gives me the last 8 items

i'd like to alphabetize these 8items by field A -- is this possible within the mySQL query, or do i have to sort the array in php?
 
Back
Top