xiaodao
02-19-2008, 05:33 PM
Hi
i selected all data from mysql database, however i want to do some special functions like sort according to customer name ( all records with same customer group together) etc
how can i do that? i have checked use of group by, but it is not right, it only shows one record of each customer, not all records of the same customer, anyone helps? is it possible to write in one query?
i selected all data from mysql database, however i want to do some special functions like sort according to customer name ( all records with same customer group together) etc
how can i do that? i have checked use of group by, but it is not right, it only shows one record of each customer, not all records of the same customer, anyone helps? is it possible to write in one query?