Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top