Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get ridd of Garbage Values in the row from the Tables

RaviRJul 2 2012 — edited Jul 3 2012
Hi Experts,

I have an excel Sheet which has a value as
Name
ABC
PQR
XYZ
MNO
STU
DEF
JKL

So i converted that to a csv (Comma de-limited) file and created an external table out off it.

So when i try to match to "select * from table;" it displys the vlaue as below

*"ABC*
*"*

however, it should have been just ABC.

select length(Name) from Table;
O/p: 4 (It Should have been 3)

How to get rid off this garbaje character?

Please Help!!!!!!!

Regards,
Ravi R
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2012
Added on Jul 2 2012
8 comments
1,025 views