Hi there,

I would like to copy data from one table to another. My code just inserts
one record. Not all 20. Why?

This is my try:
insert into parks_new (country, province, park)
select * from national_parks_us_imported

Thanx for any help

Andy



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to