Re: [PHP-DB] Combining INSERT...SELECT and INSERT INTO

2002-01-21 Thread Markus Lervik
On Tuesday 15 January 2002 16:04, you wrote: > On 1/14/2002 12:54 PM +0200 Markus Lervik wrote: > > Is there any way to combine INSERT...SELECT and INSERT INTO so > > one could insert a new row with a few values inserted by hand and > > others from another table? something like > > > > INSERT INT

RE: [PHP-DB] Combining INSERT...SELECT and INSERT INTO

2002-01-16 Thread Beau Lebens
om: Markus Lervik [mailto:[EMAIL PROTECTED]] // Sent: Monday, 14 January 2002 6:54 PM // To: [EMAIL PROTECTED] // Subject: [PHP-DB] Combining INSERT...SELECT and INSERT INTO // // // Hello! // // It's me again, with the magazine database : ) // // Is there any way to combine INSERT...SELECT

Re: [PHP-DB] Combining INSERT...SELECT and INSERT INTO

2002-01-15 Thread Tobyn Baugher
On 1/14/2002 12:54 PM +0200 Markus Lervik wrote: > Is there any way to combine INSERT...SELECT and INSERT INTO so > one could insert a new row with a few values inserted by hand and > others from another table? something like > > INSERT INTO mag_table (mag_id,issn,year,info,volume,numbers,remarks

Re: [PHP-DB] Combining INSERT...SELECT and INSERT INTO

2002-01-14 Thread Miles Thompson
Markus, Off hand, I don't know. Just try it -- you're not really going to break anything and may come up with something we can all use. About 12 years ago I was working for a sewer and water contractor, which built a number of "interesting" projects. Before starting with them I assumed they

[PHP-DB] Combining INSERT...SELECT and INSERT INTO

2002-01-14 Thread Markus Lervik
Hello! It's me again, with the magazine database : ) Is there any way to combine INSERT...SELECT and INSERT INTO so one could insert a new row with a few values inserted by hand and others from another table? something like INSERT INTO mag_table (mag_id,issn,year,info,volume,numbers,remarks) V