inserting the whole record

2005-07-16 Thread prathima rao
hi, i want to copy a whole record from one table to another like below insert into p1 values(select * from p2 where pono=1); its giving me error please help regards p rao -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: inserting the whole record

2005-07-16 Thread Michael Stassen
prathima rao wrote: hi, i want to copy a whole record from one table to another like below insert into p1 values(select * from p2 where pono=1); its giving me error please help regards p rao You should always include the exact text of the error message to help us diagnose your problem.