Regular expression: Difference between revisions

Jump to navigation Jump to search
m
Line 370: Line 370:
</pre>
</pre>


尋找欄位值包含中文字,適用: 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>
-- 尋找 `column_name` 欄位值包含中文字
SELECT `column_name`
SELECT `column_name`
FROM `table_name`
FROM `table_name`
Anonymous user

Navigation menu