clear.sql 124 Bytes
delete from t_word where word != '象';
delete from t_custom_dictionary where word != '象';
truncate table t_word_relation;