Connecting Tech Pros Worldwide Forums | Help | Site Map

INSERT INTO .. SELECT with BLOB columns

Peter Arrenbrecht
Guest
 
Posts: n/a
#1: Nov 12 '05
Is it correct that "INSERT INTO new SELECT * FROM old" does not copy
BLOB columns? Or is there something I failed to configure properly?

Thank you,
Peter Arrenbrecht
Opus Software AG

Serge Rielau
Guest
 
Posts: n/a
#2: Nov 12 '05

re: INSERT INTO .. SELECT with BLOB columns


You are mistaken. No column values are ever shared, including LOBs.
What's the symptom you see?

Cheers
Serge
Peter Arrenbrecht
Guest
 
Posts: n/a
#3: Nov 12 '05

re: INSERT INTO .. SELECT with BLOB columns


Sorry, the values in the destination table are NULL. But I do suspect
that something in the application is wrong here. Please excuse the
trouble I caused.

Peter


Serge Rielau wrote:[color=blue]
> You are mistaken. No column values are ever shared, including LOBs.
> What's the symptom you see?
>
> Cheers
> Serge[/color]
Closed Thread