From: "John Elrick"...
jose isaias cabrera wrote:
Greetings.
I searched the mail archive and I can not find something related to this.
I know it is easy, but...
What I need is to copy a record from one Table1 to Table2 of the same DB.
I tried,
insert into LSOpenJobs select * where id = 530 from LSOpenSubProjects;
Did you perhaps mean:
insert into LSOpenJobs select * from LSOpenSubProjects where id = 530 ;
?
Yep. that did it. Gracias.
josé
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------