Re: Transfer records from one table to another

2004-05-29 Thread mos
At 02:13 PM 5/29/2004, you wrote: Hi,, I have database about national historical events and another one about world events.. Here's the structure: National events (d: day m: month a: year hecho: fact) |---| | id| d | m | a |h

Re: Transfer records from one table to another

2004-05-29 Thread Peter Brawley
INSERT INTO world SELECT * FROM national; PB - Original Message - From: tommie ramirez.andujar To: [EMAIL PROTECTED] Sent: Saturday, May 29, 2004 2:13 PM Subject: Transfer records from one table to another Hi,, I have database about national historical events and

Transfer records from one table to another

2004-05-29 Thread tommie ramirez.andujar
Hi,, I have database about national historical events and another one about world events.. Here's the structure: National events (d: day m: month a: year hecho: fact) |---| | id| d | m | a |hecho | |-