sorting column meaning in English
分选柱
拣选柱
Examples
- Columns that are not selected for sorting are automatically copied to the transformation output together with the sorted columns
没有选择进行排序的列将与被排序列一起自动被复制到转换输出。 - The column with the lowest number is sorted first , the sort column with the second lowest number is sorted next , and so on
首先对具有最小数字的列进行排序,然后对具有第二小数字的排序列进行排序,依此类推。 - Control displays data as a table and provides the capability to sort columns , page through data , and edit or delete a single record
控件以表的形式显示数据,并提供对列进行排序、翻阅数据以及编辑或删除单个记录的功能。 - A sort column can be specified as a name or column alias , or a nonnegative integer representing the position of the name or alias in the select list . an integer cannot be specified when the
可以将排序列指定为一个名称或列别名,也可以指定一个表示该名称或别名在选择列表中所处位置的非负整数。 - However , if select distinct is specified , or if the statement contains a group by clause , or if the select statement contains a union operator , the sort columns must appear in the select list
但是,如果未指定select distinct ,或者如果select语句包含union运算符,则排序列必须出现在选择列表中。