dbTalk Databases Forums  

Trailing spaces trimmed by default?

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Trailing spaces trimmed by default? in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tarby777
 
Posts: n/a

Default Trailing spaces trimmed by default? - 11-06-2006 , 03:18 AM






Hi all,

When doing either of these operations in 9i:

create table x as (select * from y);

insert into x(a,b,c) (select a,b,c from y);

....does Oracle trim trailing spaces from varchar2 columns by default
and if so, can it be over-ridden? I'm losing some trailing spaces from
my data during an upgrade and I suspect that one of these operations is
causing it but I've not been able to reproduce the problem in tests...

TIA
Tarby


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.