orderby
网络释义:排序;排序方式;排序升
网络释义
1.排序 QuerySyntax 查询语法 orderby 排序 group by into 分组 ...
2.排序方式 sysContent 列表显示方式 orderBy 排序方式 recommend 是否推荐 ...
3.排序升 6.2.3 Where 条件 16 6.2.4 OrderBy 排序升 17 6.2.5 OrderByDescending 排序降 17 ...
4.正序排序 Where - 筛选 OrderBy - 正序排序 OrderByDescending - 倒序排序 ...
5.文章排序 ... “分类条目数 cat_items” 改名为 “文章排序 orderby” 3) 删除参数“分类名称 category” ...
6.对查询结果进行排序 ... DISTINCT 去除查询结果中的重复记录23 ORDERBY 对查询结果进行排序24 WHERE 定义 …
7.排序子句 9.2.3 where 条件子句 332 9.2.4 orderby 排序子句 332 9.2.5 group 分组子句 333 ...
8.排序值 [description] 描述 [orderby] 排序值 [data] (3.9.7新增) ...
造句带翻译释义:,排序,排序方式,排序升1.Analytic functions are the last set of operations performed in a query except for the final ORDER BY clause.除了ORDERBY(按…排序)语句外,分析函数是一条查询被执行的操作。
2.An index will be used for both an ascending and a descending ORDER BY, whether the index was ascending or descending.不管索引是升序排列还是降序排列,在执行升序或降序ORDERBY操作时都会使用索引。
3.Therefore, you may often choose to implement indexes that include only the columns referred to in the WHERE and ORDER BY clauses.因此,您常常可以选择实现只包括在WHERE和ORDERBY子句中引用到的列的索引。
4.Most versions of SQL require that ORDER BY items appear in the select list, but Adaptive Server Anywhere has no such restriction.大多数SQL版本都要求ORDERBY项出现在选择列表中,但AdaptiveServerAnywhere没有这样的限制。
5.Indexes are automatically used to improve the performance of queries issued to the database, and to sort queries with an ORDER BY clause.索引自动用于改进向数据库发出的查询的性能,以及通过ORDERBY子句对查询排序。
6.There can be only one ORDER BY or COMPUTE clause after the last SELECT statement; it is applied to the final, combined result set.而只能在最后一个SELECT语句的后面使用一个ORDERBY或COMPUTE子句;该子句适用于最终的组合结果集。
7.Indicates that the data column is being used to order the query results (is part of an ORDER BY clause ) .表示数据列用于排序查询结果(ORDERBY子句的一部分)。
8.Using queries as the target of a data change operation allows deletion or updates of rows determined by complex SQL including ORDER BY.通过使用作为数据更改操作的目标的查询,可以删除或更新由复杂的SQL(包括ORDERBY)确定的行。
9.An OLAP function can be included in expressions in a select-list or the ORDER BY clause of a select-statement.OLAP函数可以包括在一个select列表的表达式中或select语句的ORDERBY子句中。
10.This query is just like the previous one but with ORDER BY added to ensure that the first record in id order will be returned.这个查询和之前那个差不多,只是加上了ORDERBY来保证以id号排序的第一个记录会返回。