?
查询技巧:
1、输入单个单词准确查询。
2、使用%模糊查询,匹配任意长度字符:
   %a    以a结尾的单词;
   ab%    以ab开头的单词;
   %ac%    含有ac的单词。
3、使用_模糊查询,匹配单个任意字符:
   _a_    三位且a在中间的单词;
   _ad    三位且ad结尾的单词;
   ac_    三位且ac开头的单词;
   _a    两位且a结尾的单词;
   a_    两位且a开头的单词。
4、带连字符-的单词,需含-字符才能模糊查询,如well-know需输入 well-% 。
5、在手机键盘上,如果g上有%和v上有_,则可长按输入。

collation

英 / kəˈleɪʃn /
美 / kəˈleɪʃn /
n. 整理;校对;小吃;(端日的)夜点

复数:collations

1. Comparing strings with a German collation.
用德语排序比较字符串。
2. Introduction to character codes and collation.
字符编码和排列法简介。
3. A collation is the heart of any sorting algorithm.
排序是任何排序算法的核心。
4. Our Spanish custom collation implements these rules.
下面的西班牙语自定义排序实现了这些规则。
5. The third USES the custom Spanish collation function.
第三个使用自定义的西班牙语排序函数。