PROBLEM WITH ORDER BY
Posted by: naveen tewari
Date: July 12, 2007 06:37AM

i tried make a table's column "product" in a order in "phpmyadmin" the table get sort for axxxxx to wxxxxx then again strated from axxxx ......

generated query is as follows:

SELECT *
FROM `products`
WHERE `site_id` =229
ORDER BY `products`.`pname` ASC
LIMIT 0 , 30

Options: ReplyQuote


Subject
Views
Written By
Posted
4983
July 21, 2006 03:35AM
2212
August 31, 2006 12:41PM
2280
September 07, 2006 02:17AM
2259
July 12, 2007 06:36AM
PROBLEM WITH ORDER BY
2136
July 12, 2007 06:37AM
2236
July 26, 2007 04:48AM
2231
August 14, 2007 07:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.