Reputation: 1307
how can i detect that a column in oracle database has chinese (multibyte) characters in it.
Upvotes: 1
Views: 5898
Reputation: 5771
Try "where length(column) < lengthb(column)"
Upvotes: 9