Page 1 of 1

MySQL query Insertion problem

Posted: Tue May 01, 2007 12:09 pm
by vilvendhan
This is the query
$qry=select count(*) as heading,id,name from tblname group by heading;

if count(*) values two . Two time need to insert those values into other table.

how can i insert.

please help me.

Posted: Tue May 01, 2007 12:13 pm
by feyd
What?