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:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to