网站首页  词典首页

请输入您要查询的英文单词:

 

单词 By clause
释义

By clause

例句

释义:
1.
Indicates that the data column is being used to create a grouped result set (is part of a GROUP BY clause) in an aggregate query.
表示数据列用于在聚合查询中创建分组的结果集(GROUPBY子句的一部分)。
office.microsoft.com
2.
Therefore, you can use a data column in a WHERE clause even if it is not part of the GROUP BY clause or contained in an aggregate function.
所以,即使数据列不是GROUPBY子句的一部分或者不包含在聚合函数中,也可以在WHERE子句中使用它。
technet.microsoft.com
3.
Analytic functions are the last set of operations performed in a query except for the final ORDER BY clause.
除了ORDERBY(按…排序)语句外,分析函数是一条查询被执行的操作。
blog.sina.com.cn
4.
If the associated data column is part of a GROUP BY clause, the expression you enter is used for a HAVING clause.
如果关联的数据列是GROUPBY子句的一部分,则输入的表达式用于HAVING子句。
technet.microsoft.com
5.
A column used in an expression of the SELECT clause must be in the GROUP BY clause.
在SELECT子句的表达式中使用的列必须位于GROUPBY子句中。
www.ianywhere.com
6.
Indexes are automatically used to improve the performance of queries issued to the database, and to sort queries with an ORDER BY clause.
索引自动用于改进向数据库发出的查询的性能,以及通过ORDERBY子句对查询排序。
www.ianywhere.com
7.
Indicates that the data column is being used to order the query results (is part of an ORDER BY clause ) .
表示数据列用于排序查询结果(ORDERBY子句的一部分)。
www.bing.com
8.
When used without a GROUP BY clause, aggregate functions report only one aggregate value for a SELECT statement.
如果聚合函数没有使用GROUPBY子句,则只为SELECT语句报告一个聚合值。
msdn2.microsoft.com
9.
I read their written contracts, clause by clause; to be sure nothing had been omitted from the oral agreement.
然后我一条一条地读了他们的书面合同,确信没有从口头协议中漏掉什么。
www.ebigear.com
10.
The main query does not contain a GROUP BY clause, and is not an aggregate query, or the subquery returns exactly one value.
主查询不包含GROUPBY子句并且不是汇总查询,或者子查询恰好返回一个值。
www.ianywhere.com
1.
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子句中。
www.ibm.com
2.
The first query specification of the UNION is used to determine the names to be matched with the ORDER BY clause.
UNION的第一个查询说明用于确定与ORDERBY子句匹配的名称。
www.ianywhere.com
3.
This limits the total size of columns specified in an ORDER BY clause.
这限制了在ORDERBY子句中指定的列的总大小。
msdn2.microsoft.com
4.
Remember that a scalar aggregate is a single value produced by an aggregate function without a GROUP BY clause.
请记住,标量集合是由不具有GROUPBY子句的集合函数生成的单个值。
www.ianywhere.com
5.
Specify the columns to be included in the generated GROUP BY clause, as shown in Figure 13.
指定生成的GROUPBY子句中包括的列,如图13所示。
www.ibm.com
6.
The index on the outermost table can be used to return rows in the order of the ORDER BY clause, eliminating the need for a sort.
可以用最外面的表上的索引,以ORDERBY子句的次序返回行,从而消除排序的需要。
www-128.ibm.com
7.
Like in a regular ORDER BY clause multiple columns can be specified in either ascending or descending sequence.
类似于在常规的ORDERBY子句中,可以按升序或降序指定多个列。
www.ibm.com
8.
An expression on a column used in the GROUP BY clause, or an expression on the results of an aggregate.
在GROUPBY子句中使用的列的表达式或基于聚合结果的表达式。
technet.microsoft.com
9.
The result sets of SELECT statements with a GROUP BY clause and no ORDER BY clause are sorted by the GROUP BY columns.
带GROUPBY子句但不带ORDERBY子句的SELECT语句的结果集,将按GROUPBY列排序。
msdn2.microsoft.com
10.
Grouping is allowed only in the select list associated with a GROUP BY clause that contains either the CUBE or ROLLUP operator.
仅在与包含CUBE或ROLLUP运算符的GROUPBY子句相关联的选择列表中才允许分组。
technet.microsoft.com
1.
Specifies whether columns in an ORDER BY clause must be in the select list.
指定ORDERBY子句中的列是否必须在选择列表中。
msdn2.microsoft.com
2.
The GROUP BY clause restricts the rows of the result set; there is only one row for each distinct value in the grouping column or columns.
GROUPBY子句限制结果集中的行数,每个不同的值在组合列中只占一行。
msdn2.microsoft.com
3.
HAVING is usually used with the GROUP BY clause.
HAVING通常与GROUPBY子句一起使用。
msdn2.microsoft.com
4.
Similarly, if table names are aliased in the FROM clause, only the alias names can be used to qualify their columns in the ORDER BY clause.
同样,如果表名已在FROM子句中有了别名,则ORDERBY子句中只能使用别名来限定它们的列。
technet.microsoft.com
5.
The specifications provided in the PARTITION BY clause of the CREATE TABLE statement define how data in a table is partitioned.
CREATETABLE语句的PARTITIONBY子句中提供的信息决定表数据的分区方式。
www.ibm.com
6.
Omit the ORDER BY clause if you do not need the result set to be ordered.
如果不需要对结果集进行排序,则省略ORDERBY子句。
msdn2.microsoft.com
7.
If there is no GROUP BY clause, put all the rows into a single group.
如果没有GROUPBY子句,将把所有行都置于一个组中。
msdn2.microsoft.com
8.
The GROUP BY clause can be used to generate results that contain aggregates for each group, but no detail rows.
GROUPBY子句可用于生成只包含各组的聚合而不包含其明细行的结果。
msdn2.microsoft.com
9.
The only columns that can be used in the nonaggregate expressions are those specified as grouping columns in the GROUP BY clause.
只有在GROUPBY子句中指定为分组列的列才能用在非聚合表达式中。
msdn2.microsoft.com
10.
The exact results of a UNION operation depend on the collation chosen during installation and the ORDER BY clause.
UNION运算的准确结果取决于安装过程中选择的排序规则和ORDERBY子句。
technet.microsoft.com
1.
The partitioning key should be made up of columns that often participate in a GROUP BY clause.
分区键应该由经常出现在GROUP子句中的列组成。
www-128.ibm.com
2.
The GROUP BY clause must contain all nonaggregated columns in the select list, and must not contain other columns not in the select list.
GROUPBY子句必须包含选择列表中的所有非聚集列,而且不能包含选择列表中没有的其他列。
msdn2.microsoft.com
3.
The component SELECT statements must each have the same number of items in the select list, and cannot contain an ORDER BY clause.
各构成的SELECT语句在选择列表中必须有相同的项目数,并且不能包含ORDERBY子句。
www.ianywhere.com
4.
Whenever an aggregate function is used in a SELECT statement that does not include a GROUP BY clause, it produces a single value .
只要在不包括GROUPBY子句的SELECT语句中使用集合函数,集合函数就只生成一个值。
www.bing.com
5.
Insertions are done in an arbitrary order unless the SELECT statement contains an ORDER BY clause.
除非SELECT语句包含ORDERBY子句,否则插入以任意顺序进行。
www.ianywhere.com
6.
V$SQL lists statistics on shared SQL area without the GROUP BY clause and contains one row for each child of the original SQL text entered.
SQL列出了再共享sql区域的统计信息的列表,不包括groupby子句,包括输入的原始sql文本的一行。
space.itpub.net
7.
The ORDER BY clause can include items that do not appear in the select list.
ORDERBY子句可包含未显示在选择列表中的项。
msdn2.microsoft.com
8.
The following example uses a SELECT query that contains an aggregate function and a GROUP BY clause .
以下示例使用了一个包含聚合函数和GROUPBY子句的SELECT查询。
www.bing.com
9.
The SQL generated by the previous instructions has only a single grouping set in the GROUP-BY clause.
前面步骤产生的SQL在GROUPBY子句中只有一个分组集。
www.ibm.com
10.
The exact results of an ORDER BY clause depend on the collation of the columns being ordered.
ORDERBY子句的准确结果取决于被排序的列的排序规则。
technet.microsoft.com
1.
Option to a SELECT statement and using an appropriate ORDER BY clause to create an ordered data file .
语句将源表中的数据大容量导出,同时使用适当的ORDERBY子句创建有序的数据文件。
www.bing.com
2.
It sets conditions for the GROUP BY clause similar to the way in which WHERE sets conditions for the SELECT clause.
它也为GROUPBY子句设置条件,方法与WHERE为SELECT子句设置条件的方法相类似。
www.ianywhere.com
3.
A GROUP BY clause in a subquery that references a column from the outer query returns an error as per the SQL standard.
按照SQL标准,引用外部查询中的列的子查询中的GROUPBY子句返回错误。
technet.microsoft.com
4.
I also described two ways to use the PARTITION BY clause of the CREATE TABLE statement to create partitioned tables.
我还描述了使用CREATETABLE的PARTITIONBY子句来创建分区表的两种方法。
www.ibm.com
5.
The pseudo column LEVEL can be used in the ORDER BY clause to return the result set in search breadth first sequence.
可在ORDERBY子句中使用伪列LEVEL按照搜索宽度优先顺序返回结果集。
www.ibm.com
6.
FIRST and TOP should be used only in conjunction with an ORDER BY clause to ensure consistent results.
FIRST和TOP只能与ORDERBY子句联合使用,以确保获得一致的结果。
www.ianywhere.com
7.
The ORDER BY clause specifies how the data is sorted within each group ( partition ).
ORDERBY(按…排序)语句规定了每个分组(划分)的数据如何排序。
blog.sina.com.cn
8.
Using one ORDER BY clause applies only to when using UNION, EXCEPT and INTERSECT in a top-level query and not in a subquery.
只有在顶极查询而不是子查询中使用UNION、EXCEPT和INTERSECT时,才能使用一个ORDERBY子句。
msdn2.microsoft.com
9.
The following example shows how the SELECT statement uses the SUM aggregate, the GROUP BY clause, and the CUBE operator.
以下示例说明了SELECT语句如何使用SUM聚合、GROUPBY子句以及CUBE运算符。
technet.microsoft.com
10.
Or you could get a summary of all the different colors by using the GROUP BY clause.
或者,您可以使用GROUPBY子句,获得所有不同颜色的汇总信息。
www.ibm.com
1.
Columns are not automatically added to the GROUP BY clause if they are already part of an aggregate function.
如果列已经是聚合函数的一部分,则不会自动添加到GROUPBY子句中。
technet.microsoft.com
2.
This happens if the cursor has an ORDER BY clause that uses an existing index (a work table is not created).
如果游标有使用现有索引的ORDERBY子句(不必创建工作表),会发生这种情况。
www.kuenglish.info
3.
Aggregate functions are frequently used with the GROUP BY clause of the SELECT statement.
聚合函数经常与SELECT语句的GROUPBY子句一起使用。
msdn2.microsoft.com
4.
Add the following Order By clause between the Where statement and the Select statement of the query.
将下面的OrderBy子句添加到查询的Where语句和Select语句之间。
msdn2.microsoft.com
5.
The CUBE operator is specified in the GROUP BY clause of a SELECT statement.
CUBE运算符在SELECT语句的GROUPBY子句中指定。
msdn2.microsoft.com
6.
There is no relationship between the columns in the GROUP BY clause and the nonaggregated columns in the SELECT list.
GROUPBY子句中的列和SELECT列表中的非聚集列之间不存在关系。
msdn2.microsoft.com
7.
These operator choices provide further sorting control and accompany a given column in the ORDER BY clause.
这些操作符选择提供进一步的排序控制,伴随着ORDERBY子句中的给定列出现。
www.ibm.com
8.
If column names are aliased in the SELECT list, only the alias name can be used in the ORDER BY clause.
如果列名已在SELECT列表中有了别名,则ORDERBY子句中只能使用别名。
technet.microsoft.com
9.
Alternatively, you can use parameters to sort data, or sort data during data processing by specifying an ORDER BY clause in the query.
此外,也可以使用参数对数据进行排序,或者通过在查询中指定ORDERBY子句在数据处理期间对数据进行排序。
msdn2.microsoft.com
10.
Added clarification about the purpose of the ORDER BY clause in a view definition.
添加了视图定义中ORDERBY子句用途的说明。
msdn2.microsoft.com
1.
The GROUP BY clause allows you to aggregate data.
GROUPBY子句用于集合数据。
www.ianywhere.com
2.
The sequence of the sort columns in the ORDER BY clause defines the organization of the sorted result set.
ORDERBY子句中的排序列序列定义了排序结果集的结构。
msdn2.microsoft.com
3.
The GROUP BY clause must contain all nonaggregated columns in the select list, and can contain other columns not in the select list.
GROUPBY子句必须包含选择列表中的所有非聚集列,而且可以包含选择列表中没有的其他列。
msdn2.microsoft.com
4.
You can use different aggregate functions in the same statement by including more than one COMPUTE BY clause.
通过包含多个COMPUTEBY子句,可以在同一语句中使用不同的聚合函数。
msdn2.microsoft.com
5.
Make sure that the columns that follow the GROUP BY clause have meaningful, real-life relationships with each other.
请确保在GROUPBY子句后列出的列相互之间具有有意义的现实性关系。
technet.microsoft.com
6.
When the framework appends the ORDER BY clause to the recordset's SQL query, the clause controls the selection's ordering.
框架向记录集的SQL查询追加ORDERBY子句后,该子句控制选定内容的排序。
msdn2.microsoft.com
7.
You combine these queries with UNION ALL, apply FOR XML EXPLICIT, and specify the required ORDER BY clause.
可以使用UNIONALL组合这些查询,应用FORXMLEXPLICIT,并指定所需的ORDERBY子句。
msdn2.microsoft.com
8.
HAVING is typically used in a GROUP BY clause.
HAVING通常在GROUPBY子句中使用。
msdn2.microsoft.com
9.
The ORDER BY clause is used only to determine the rows that are returned by the TOP clause in the view definition.
ORDERBY子句仅用于确定视图定义中的TOP子句返回的行。
msdn2.microsoft.com
10.
Returns a row for each symmetric key encryption specified by using the ENCRYPTION BY clause of the CREATE SYMMETRIC KEY statement.
为使用CREATESYMMETRICKEY语句的ENCRYPTIONBY子句指定的每个对称密钥加密返回一行。
msdn2.microsoft.com
1.
It also uses the GROUPING function on the two columns that are listed after the GROUP BY clause.
它还对GROUPBY子句后列出的两个列使用GROUPING函数。
technet.microsoft.com
2.
For an example of a query that uses the XMLAGG function with an ORDER BY clause, see Using the XMLAGG function.
有关使用带有ORDERBY子句的XMLAGG函数的查询示例,请参见使用XMLAGG函数。
www.ianywhere.com
3.
It contains the contents of the ORDER BY clause but not the keyword ORDER BY.
它包含ORDERBY子句的内容,但不包含关键字ORDERBY。
msdn2.microsoft.com
4.
The ORDER BY clause is not valid in views, inline functions, derived tables, and subqueries, unless TOP is also specified.
除非同时指定了TOP,否则ORDERBY子句在视图、内联函数、派生表和子查询中无效。
msdn2.microsoft.com
5.
The GROUP BY clause collects the selected rows into one group for each unique value in the GROUP BY clause.
GROUPBY子句将选定的行收集到GROUPBY子句中各个唯一值的组中。
msdn2.microsoft.com
6.
There is no limit to the number of items in the ORDER BY clause.
对ORDERBY子句中的项目数没有限制。
msdn2.microsoft.com
7.
Ordernames (string) is the SQL order by clause of a Select statement.
Ordernames(字符串)是Select语句的SQLorderby子句。
www.ibm.com
8.
Therefore, the additional [Summary! 2! ProductModelID! Hide] column is added and is then specified in the ORDER BY clause.
因此,将添加另一个[Summary!2!ProductModelID!hide]列,然后在ORDERBY子句中指定该列。
msdn2.microsoft.com
9.
Support for constants in ORDER BY clause have been depreciated.
支持ORDERBY子句中使用常量已经过时
www.infoq.com
10.
When executed, the column prefix in the ORDER BY clause is not ignored.
执行时,不忽略ORDERBY子句中的列前缀。
technet.microsoft.com
1.
Is a column in a GROUP BY clause to test for CUBE or ROLLUP null values.
GROUPBY子句中的列,用于测试CUBE或ROLLUP空值。
technet.microsoft.com
2.
The result set is not ordered unless the query itself contains an ORDER BY clause.
除非查询本身包含ORDERBY子句,否则结果集不排序。
www.ianywhere.com
3.
For more information about the maximum ORDER BY clause size, see ORDER BY Clause (Transact-SQL).
有关ORDERBY子句最大大小的详细信息,请参阅ORDERBY子句(Transact-SQL)。
technet.microsoft.com
4.
The COMPUTE BY clause uses two different aggregate functions.
COMPUTEBY子句使用了两个不同的聚合函数。
technet.microsoft.com
5.
Column names in the ORDER BY clause are resolved to columns listed in the select list, regardless if they are qualified.
无论ORDERBY子句中的列名是否有限定,它们都将解析为选择列表中的列。
msdn2.microsoft.com
6.
A GROUP BY clause was used without the corresponding GROUP WITHIN clause.
使用GROUPBY子句时没有对应的GROUPWITHIN子句。
msdn2.microsoft.com
7.
Tenderers shall submit with their tender a preliminary Programme in the format required by Clause 14 of the Conditions of Contract.
投标者应随标书提交一份按合同条款第十四条要求的形式写就的初期计划。
www.yyeng.com
8.
They made a clause - by - clause rebuttal of the letter .
他们对这封信逐句作了反驳。
www.bing.com
9.
Nor can you update views containing a GROUP BY clause in the SELECT statement, or views containing a UNION operation.
您也不能更新SELECT语句中包含GROUPBY子句的视图和包含UNION操作的视图。
www.ianywhere.com
10.
The ORDER BY clause sorts query results by one or more columns up to 8, 060 bytes.
ORDERBY子句按一列或多列(最多8,060个字节)对查询结果进行排序。
technet.microsoft.com
1.
For all rows produced by the iterations of the CONNECT BY clause LEVEL is raised by 1.
对于通过CONNECTBY子句的迭代生成的所有行,LEVEL增加1。
www.ibm.com
2.
XMLAGG functions use the ORDER BY clause to sort the elements within the group.
XMLAGG函数使用ORDERBY子句对组内元素进行排序。
www.ibm.com
3.
Non-integer constants are allowed (and ignored) in the ORDER BY clause.
允许在ORDERBY子句中使用(并忽略)非整数常量。
technet.microsoft.com
4.
If you name more than one column in the ORDER BY clause, the sorts are nested.
如果您在ORDERBY子句中指定了多列,则排序是嵌套的。
www.ianywhere.com
5.
The query does not conform to SQL syntax, because it uses the WITH TIES clause without an attendant ORDER BY clause.
该查询不符合SQL语法,因为它使用的WITHTIES子句没有包含附随的ORDERBY子句。
msdn2.microsoft.com
6.
These keywords are for use with queries that include an ORDER BY clause.
这些关键字用于包括ORDERBY子句的查询。
www.ianywhere.com
7.
The ORDER BY clause, the COMPUTE clause, and the INTO keyword are not allowed.
不允许使用ORDERBY子句、COMPUTE子句和INTO关键字。
technet.microsoft.com
8.
If more than one column is named in the ORDER BY clause, sorts are nested.
如果ORDERBY子句中指定了多个列,则排序是嵌套的。
technet.microsoft.com
9.
Unknown The support for the GROUP BY clause is unknown.
对GROUPBY子句的支持是未知的。
msdn2.microsoft.com
10.
The payment for the Good will be through the on-line payment gateway facilities provided on this Site, which is governed by Clause 13. 2.
详情请参阅货品运送条款。买家将由此网站根据第13.2条款提供的付款设施付款。
www.red-dots.com
1.
The GROUP BY clause is used to produce aggregate values for each row in the result set.
GROUPBY子句用来为结果集中的每一行产生聚合值。
msdn2.microsoft.com
2.
The attributes appear in both the SELECT clause and the GROUP BY clause.
这些属性出现在SELECT子句和GROUPBY子句中。
www.ibm.com
3.
In particular, you cannot use an ORDER BY clause in the SELECT query.
特别是您不能在SELECT查询中使用ORDERBY子句。
www.ianywhere.com
4.
The groups are formed using the GROUP BY clause of the SELECT statement.
这些组是使用SELECT语句的GROUPBY子句构成的。
www.ianywhere.com
5.
Optionally, you can use the DELIMITED BY clause to specify a different delimiter string than the default, which is a comma.
也可以使用DELIMITEDBY子句指定与缺省分隔符(即逗号)不同的分隔符字符串。
www.ianywhere.com
6.
The GROUP BY clause in this example includes the ProductModelID and Name columns.
该示例中的GROUPBY子句包含ProductModelID和Name列。
technet.microsoft.com
7.
The temporarily created field SORT is used within the ORDER BY clause, to get the result returned in the depth-first sequence.
临时创建的字段SORT用于ORDERBY子句内,以便按深度优先顺序获得返回的结果。
www.ibm.com
8.
The recursive subquery cannot contain DISTINCT, or a GROUP BY or an ORDER BY clause.
递归子查询不能包含DISTINCT、GROUPBY或ORDERBY子句。
www.ianywhere.com
9.
An ORDER BY clause, unless there is also a TOP clause in the select list of the SELECT statement.
ORDERBY子句,除非在SELECT语句的选择列表中也有一个TOP子句。
msdn2.microsoft.com
10.
A GROUP BY clause references a property that is an embedded object without using dot notation.
GROUPBY子句引用了一个属性,该属性是未使用点表示法的嵌入对象。
msdn2.microsoft.com
1.
Either remove the WITH TIES clause or add an ORDER BY clause.
移除WITHTIES子句或添加ORDERBY子句。
msdn2.microsoft.com
2.
Furthermore, if an "ORDER BY" clause is used, each tag carries a num attribute that specifies the sequence of output data.
而且,如果使用了“ORDERBY”子句,每个标记就会带有指定输出数据序列的num属性。
www.ibm.com
3.
Specify a sort order for use in an ORDER BY clause that sorts the records.
指定排序记录的ORDERBY子句中使用的排列顺序。
msdn2.microsoft.com
4.
This becomes a concern when using an ORDER BY clause.
但在使用ORDERBY子句时则需要考虑这一问题。
msdn2.microsoft.com
5.
The ORDER BY clause allows sorting of query results by one or more columns.
ORDERBY子句允许按一列或多列对查询结果进行排序。
www.ianywhere.com
6.
If there are no attributes in the SELECT clause, then there should be no GROUP BY clause.
如果SELECT子句中没有属性,就应该没有GROUPBY子句。
www-128.ibm.com
7.
You can use the GROUP BY clause, subqueries, and joins in view definitions.
您可以在视图定义中使用GROUPBY子句、子查询和连接。
www.ianywhere.com
8.
To avoid unpredictable output in this situation, we would need to code the ORDER BY clause (even before DB2 9).
要避免在此情形下出现无法预期的输出,我们将需要编写ORDERBY子句(甚至在DB29之前)。
www.ibm.com
9.
In the ORDER BY clause to return the highest-ranking rows as the first rows in the table.
在ORDERBY子句中返回排名最高的行作为表中的第一行。
technet.microsoft.com
10.
The ORDER BY clause is used to sort the rows.
将几条记录做整理。
adminbar.com
1.
An ORDER BY clause must be explicitly specified for SQL Server to sort any result set.
必须显式指定ORDERBY子句,SQLServer才能对任意结果集进行排序。
msdn2.microsoft.com
2.
Next, ensure that the index has these columns in the proper sequence (according to the ORDER BY clause), so that a sort can be avoided.
接下来,确保索引中这些列有适当的顺序(按照ORDERBY子句),这样可以避免排序。
www.ibm.com
3.
Query 11 returns the same logical result as Query 10 but uses XMLTABLE and the SQL group by clause.
查询10返回与查询9相同的逻辑结果,但使用的是SQL的groupby子句。
www.ibm.com
4.
To summarize data, SQL Server provides a few more options, such as the WITH CUBE operator and the COMPUTE BY clause.
为了对数据进行汇总,SQLServer还提供了几个选项,例如,WITHCUBE运算符和COMPUTEBY子句。
msdn2.microsoft.com
5.
If there are no aggregates in the SELECT clause, and if there is no GROUP BY clause, go to step 7.
如果SELECT子句中没有聚合表达式,并且没有GROUPBY子句,将转到步骤7。
msdn2.microsoft.com
6.
A GROUP BY clause with two columns returns three more kinds of groupings when the CUBE operator is used.
使用CUBE运算符时,具有两个列的GROUPBY子句将多返回三种分组。
msdn2.microsoft.com
7.
The following steps show the processing order for a SELECT statement with a WHERE clause, a GROUP BY clause, and a HAVING clause
以下步骤显示带WHERE子句、GROUPBY子句和HAVING子句的SELECT语句的处理顺序
msdn2.microsoft.com
8.
Our next example, shown in Figure 2, is a query with an ORDER BY clause using the code below
我们的下一个例子,如图2所示,是一个含有ORDERBY子句的查询,它使用了下面的代码
www.ibm.com
9.
Runtime parameters can be passed into the XQuery by using the XMLQuery functions PASSING BY clause
运行时参数可通过使用XMLQuery函数的PASSINGBY子句传递到XQuery
www-128.ibm.com
10.
The GROUP BY clause: organizing query results into groups
GROUPBY子句:将查询结果划分为组
www.ianywhere.com
1.
The order by clause is used to specify the sort order of the result. Here we want to order the result by category and title
orderby子句用于指定结果的排列次序。这里我们想用种类和标题来排列结果
www.w3pop.com
2.
Because of the complexity of the SELECT statement, detailed syntax elements and arguments are shown by clause
由于SELECT语句的复杂性,下面按子句说明详细的语法元素和参数
msdn2.microsoft.com
3.
non - integer constants are not allowed in the order by clause
不允许在orderby子句使用非整数常量。
www.ichacha.net
4.
The ORDER BY clause is specified to order the XML elements
指定ORDERBY子句是为了给XML元素排序
www.ianywhere.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/28 6:40:32