Re: How to copy records in one table?

2003-07-14 Thread Sergei Golubchik
Hi! George Georgeus <[EMAIL PROTECTED]> wrote: > > does anybody know how to copy a record within one > table? I am looking for some simple method similair to > INSERT INTO orders SELECT * FROM orders WHERE > Order_ID=256; Actually, this method does not work and > I can not believe that MySQL does

Re: How to copy records in one table?

2003-07-14 Thread Victoria Reznichenko
George Georgeus <[EMAIL PROTECTED]> wrote: > > does anybody know how to copy a record within one > table? I am looking for some simple method similair to > INSERT INTO orders SELECT * FROM orders WHERE > Order_ID=256; Actually, this method does not work and > I can not believe that MySQL does not

Re[2]: How to copy records in one table?

2003-07-14 Thread Krasimir_Slaveykov
en/ANSI_diff_Sub-selects.html> GC> Sent: Monday, July 14, 2003 10:54 AM GC> Subject: How to copy records in one table? >> Hi, >> >> does anybody know how to copy a record within one >> table? I am looking for some simple method similair to >> INSERT INTO ord

Re: How to copy records in one table?

2003-07-14 Thread George Christoforakis
al Message - From: "George Georgeus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 14, 2003 10:54 AM Subject: How to copy records in one table? > Hi, > > does anybody know how to copy a record within one > table? I am looking for some simple me

How to copy records in one table?

2003-07-14 Thread George Georgeus
Hi, does anybody know how to copy a record within one table? I am looking for some simple method similair to INSERT INTO orders SELECT * FROM orders WHERE Order_ID=256; Actually, this method does not work and I can not believe that MySQL does not offer some simple method how to do it. Keep in mind