views:

220

answers:

1

how can i detect that a column in oracle database has chinese (multibyte) characters in it.

+2  A: 

Try "where length(column) < lengthb(column)"

Roy Tang