Re: copying longblob value to another table...

2004-05-23 Thread Abubakr
uot; <[EMAIL PROTECTED]> Sent: Friday, May 21, 2004 10:07 PM Subject: Re: copying longblob value to another table... > Abubakr wrote: > > I am trying to copy a file stored in longblob column of a table to a longblod column of another table, can any one tell me what kind of insert s

Re: copying longblob value to another table...

2004-05-21 Thread Michael Kruckenberg
Abubakr wrote: > I am trying to copy a file stored in longblob column of a table to a longblod column of another table, can any one tell me what kind of insert statement should i use for that purpose. You should be able to insert into your upload table with a select from your testing table. Thi

copying longblob value to another table...

2004-05-21 Thread Abubakr
hi, I am trying to copy a file stored in longblob column of a table to a longblod column of another table, can any one tell me what kind of insert statement should i use for that purpose. 2ndly can any one tell me any built in function in mysql to download a file from longblob column to your