Regular expression: Difference between revisions

Jump to navigation Jump to search
m
Line 344: Line 344:
尋找欄位值包含中文字,適用: MySQL<ref>[https://stackoverflow.com/questions/9795137/how-to-detect-rows-with-chinese-characters-in-mysql How to detect rows with chinese characters in MySQL? - Stack Overflow]</ref>
尋找欄位值包含中文字,適用: MySQL<ref>[https://stackoverflow.com/questions/9795137/how-to-detect-rows-with-chinese-characters-in-mysql How to detect rows with chinese characters in MySQL? - Stack Overflow]</ref>
<pre>
<pre>
# Table `table_name` contains the Chinese characters
SELECT `column_name`
SELECT `column_name`
FROM `table_name`
FROM `table_name`

Navigation menu