mysql中如何判断字段是否包含中文

SELECT *
FROM a
WHERE length( b ) <> CHARACTER_LENGTH( b )

猜你喜欢

转载自love398146779.iteye.com/blog/2241726