MySQL query Insertion problem
Posted: Tue May 01, 2007 12:09 pm
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.
$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.