Oracle SQL tips and tricks + Unix/Linux Work Log
See how much a single Oracle SQL statement can do... Plus some Unix/Linux Work Log
Wednesday, March 29, 2006
Find rows containing multi-byte character
select *
from
you_table
where length(your_column) <> lengthb(your_column)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment