tea_clipper
02-22-2008, 11:28 PM
good day
i came across this code
"$query = "select count(*) from tablename group by type"
can i add more than one field on the "group by type" is that posible like this:
$query = "select count(*) from tablename group by date_sold,customerid";
is this possible
tnx
i came across this code
"$query = "select count(*) from tablename group by type"
can i add more than one field on the "group by type" is that posible like this:
$query = "select count(*) from tablename group by date_sold,customerid";
is this possible
tnx
