14,953
edits
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> | ||
SELECT `column_name` | SELECT `column_name` | ||
FROM `table_name` | FROM `table_name` | ||