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
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
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 |
|-