网站首页  词典首页

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

 

单词 aggregate function
释义

aggregate function

  • 网络聚合函数;汇总函式;合计函数
1.
聚合函数
  聚合函数(aggregate function)帮助我们获得值得汇总,其中包括COUNT,SUM,AVG,MAX和MIN函数。聚合函数要与group …
www.cnblogs.com
2.
汇总函式
Vocabulary English Learning... ... aggregate Field 汇总数据域位 aggregate function 汇总函式 aggregate object 汇总物件 ...
rwhdavid1979.bokee.com
3.
合计函数
Aggregate Function合计函数_互动百科 ... pascal 语言教… Aggregate Function 合计函数 plascal 教程 ...
www.baike.com
4.
汇总函数
spss英汉对照... ... aggregate data 汇总数据 aggregate function 汇总函数 Akaike information criterion,AIC Akaike 信息准则 ...
www.docin.com
5.
集合函数
... 3.3Order by 字句    7 3.4 集合函数Aggregate function)    7 3.5 Group by    8 3.6 Order By 排序    9     前言 ...
www.zoufang520.cn
6.
聚集函数
二.聚集函数Aggregate function):AVG ( aggregate-parm ) //求均值 COUNT ( * ) //求记录数 COUNT ( aggregate-parm ) //求 …
blog.csdn.net
7.
聚合函式
**聚合函式(Aggregate function): SUM, COUNT, AVG, MAX, MIN等function (1)聚合函式会忽略NULL值的ROWS SELECT CO…
blog.xuite.net
8.
凝聚函数
... ) aggregate function/inverse problem 凝聚函数/反问题 ) Aggregate Function 凝聚函数 ) coherency function 凝聚函数 ...
www.dictall.com

例句

释义:
1.
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
2.
This paper presents a very efficient method, referred to as the aggregate function method, for solving nonlinear equations.
本文给出了求解非线性方程组问题的一种有效方法,称为凝聚函数法。
stae.com.cn
3.
The same sort of rewrite can be used when an outer reference aggregate function appears in clauses other than SELECT or HAVING .
如果外部引用集合函数出现在非SELECT或HAVING的子句中,则可以采用同一方法进行改写。
www.bing.com
4.
Is the name of the schema to which the user- defined aggregate function belongs .
用户定义聚合函数所属的架构的名称。
www.bing.com
5.
Indicates that the contents of the data column are being summarized for output (are included in a SUM, AVG, or other aggregate function).
表示摘要输出该资料行内容(包含在SUM、AVG或其他汇总函式)。
technet.microsoft.com
6.
If you want a column to be aggregated instead, you can specify an aggregate function for that column.
如果希望对某列进行聚合,则可为该列指定聚合函数。
technet.microsoft.com
7.
A synonym cannot be the base object for another synonym, and a synonym cannot reference a user-defined aggregate function.
同义词不能是另一同义词的基对象,且同义词不能引用用户定义的聚合函数。
msdn2.microsoft.com
8.
You can register a type in a CLR assembly as a user-defined aggregate function, as long as it implements the required aggregation contract.
可以将CLR程序集中的类型注册为用户定义的聚合函数,只要该类型实现了要求的聚合约定。
msdn2.microsoft.com
9.
However, because child relationships may return multiple rows, you must include the reference to the child column in an aggregate function.
但是,因为子关系可以返回多行,所以必须在聚合函数中包括对子列的引用。
msdn2.microsoft.com
10.
Creates a user-defined aggregate function whose implementation is defined in a class of an assembly in the Microsoft. NET Framework.
创建一个用户定义的聚合函数,其实现在Microsoft.NETFramework程序集的类中定义。
technet.microsoft.com
1.
If you use an aggregate function in a search condition, the condition involves a summary and must therefore be part of the HAVING clause.
如果在搜索条件中使用聚合函数,则条件将涉及汇总,因此必须是HAVING子句的一部分。
technet.microsoft.com
2.
Remember that a scalar aggregate is a single value produced by an aggregate function without a GROUP BY clause.
请记住,标量集合是由不具有GROUPBY子句的集合函数生成的单个值。
www.ianywhere.com
3.
Define the user-defined aggregate function as a class in a Microsoft. NET Framework-supported language.
用一种Microsoft.NETFramework语言将用户定义聚合函数定义为类。
technet.microsoft.com
4.
Local column references and outer column references cannot be mixed in the same aggregate function.
本地列引用和外部列引用不能在同一集合函数中混用。
www.ianywhere.com
5.
In other words, MDX will try to use the Aggregate function on the set, aggregating each measure by its associated aggregation function.
也就是说,MDX将尝试对集使用Aggregate函数,用与其相关的聚合函数来聚合每个度量值。
msdn2.microsoft.com
6.
The Query and View Designer replaces the column name in the statement in the SQL pane with the aggregate function that you specify.
查询和视图设计器将用您指定的聚合函数替换SQL窗格内语句中的列名。
msdn2.microsoft.com
7.
The correct aggregate function is now used in the field.
现在,在字段中使用了正确的聚合函数。
technet.microsoft.com
8.
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
9.
An aggregate function invariant to null values does not consider null values in the group while it is evaluating the aggregate value.
对空值固定不变的聚合函数在求聚合值时不考虑组中的空值。
msdn2.microsoft.com
10.
The value of the parameter must be supplied by the user when the aggregate function is executed.
在执行聚合函数时,用户必须提供该参数的值。
technet.microsoft.com
1.
The following example uses a SELECT query that contains an aggregate function and a GROUP BY clause .
以下示例使用了一个包含聚合函数和GROUPBY子句的SELECT查询。
www.bing.com
2.
It also contains an aggregate function that converts a string column to a comma-separated string.
它也包含一个聚合函数,该函数可以将字符串列转换为逗号分隔的字符串。
msdn2.microsoft.com
3.
Is the name of the aggregate function you want to create.
要创建的聚合函数的名称。
technet.microsoft.com
4.
When you place a calculated control that uses the Sum aggregate function in the report header, the sum calculated is for the entire report.
如果将使用Sum聚合函数的计算控件放在报表页眉中,则计算后的总和是针对整个报表的。
office.microsoft.com
5.
Columns are not automatically added to the GROUP BY clause if they are already part of an aggregate function.
如果列已经是聚合函数的一部分,则不会自动添加到GROUPBY子句中。
technet.microsoft.com
6.
Otherwise, the expression using that column is an aggregate function.
否则,使用该列的表达式应该是集合函数。
www.ianywhere.com
7.
If Scope is specified, the aggregate function applies to all data in the dataset, grouping, or data region.
如果指定了Scope,聚合函数将应用于相应数据集、分组或数据区域中的所有数据。
technet.microsoft.com
8.
When you place a calculated control that uses the Sum aggregate function in the group header, the sum is for the current group.
如果将使用Sum聚合函数的计算控件放在组页眉中,则总计是针对当前组的。
office.microsoft.com
9.
In the rewrite, the aggregate function has only a local column reference.
在改写的内容中,集合函数只具有本地列引用。
www.ianywhere.com
10.
The first example that follows shows a HAVING clause with an aggregate function.
下面的第一个示例显示带聚合函数的HAVING子句。
technet.microsoft.com
1.
For more information about the data types that each function requires, see Aggregate function reference, later in this article.
有关每个函数所需数据类型的详细信息,请参阅本文后面的聚合函数参考。
office.microsoft.com
2.
Using an aggregate function, you can create a summary for all the values in a table.
使用聚合函数,可为表中所有值创建汇总。
msdn2.microsoft.com
3.
The select list contains the dimension columns and aggregate function expressions.
该语句的选择列表包含维度列和聚合函数表达式。
msdn2.microsoft.com
4.
It creates a new CLR SQL aggregate function named Concatenate in the Adventureworks sample database.
它在Adventureworks示例数据库中创建了一个名为Concatenate的新的CLRSQL聚合函数。
msdn2.microsoft.com
5.
When you use an aggregate function, by default the summary information includes all specified rows.
当使用聚合函数时,默认情况下,汇总信息包含所有指定的行。
technet.microsoft.com
6.
You can sum a column of numbers in a query by using a type of function called an aggregate function.
可以通过使用一类名为聚合函数的函数来对查询中的一列数字求和。
office.microsoft.com
7.
Listing multiple expressions after BY breaks a group into subgroups and applies the aggregate function at each level of grouping.
在BY之后列出多个表达式将把组划分为子组,并在每个组级别应用聚合函数。
msdn2.microsoft.com
8.
For more information about using the other aggregate functions, see Aggregate function reference later in this article.
有关使用其他聚合函数的详细信息,请参阅本文中稍后介绍的聚合函数参考。
office.microsoft.com
9.
For more information about the data types that each function requires, see the section Aggregate function reference, later in this article.
有关每个函数所需的数据类型的详细信息,请参阅本文后面的聚合函数参考一节。
office.microsoft.com
10.
Figure 29 depicts a detailed configuration of derivation with the aggregate function "grouped. "
图29显示了一个详细的来源配置,其中包含聚合函数“grouped”。
www.ibm.com
1.
This aggregate function will provide the current row number as BIRT processes each data row.
当BIRT处理每个数据行时,这个聚合函数将提供当前行数。
www.ibm.com
2.
The LISTAGG aggregate function is now supported.
现在支持LISTAGG聚合函数。
www.ibm.com
3.
The following example uses the CubeExample table to show how the CUBE operator affects the result set and uses an aggregate function (SUM).
以下示例使用CubeExample表说明CUBE运算符如何影响结果集及使用聚合函数(SUM)。
technet.microsoft.com
4.
If you are summing shipping fee by employee or performing some other aggregate function, you use a summary query.
如果按雇员汇总运费或执行某些其他的聚合函数,则应使用汇总查询。
office.microsoft.com
5.
The aggregate function should be invariant to null values.
聚合函数应该对空值固定不变。
msdn2.microsoft.com
6.
The following statement is an example of simple use of the HAVING clause with an aggregate function.
以下语句是将HAVING子句与集合函数一起使用的简单示例。
www.ianywhere.com
7.
Change the aggregate function of the column to Total.
将这个列的聚合函数改为Total。
www.ibm.com
8.
This article explains how to use a type of function called an aggregate function to sum the data in a query result set.
本文解释如何使用一类名为聚合函数的函数来对查询结果集内的数据求和。
office.microsoft.com
9.
Count the number of last names in the LastName field of a dataset named SalesOrder using the aggregate function.
计算名为SalesOrder的数据集的LastName字段中的姓氏数目。
msdn2.microsoft.com
10.
For more information about using the other aggregate functions, see the section Aggregate function reference later in this article.
有关使用其他聚合函数的详细信息,请参阅本文后面的聚合函数参考一节。
office.microsoft.com
1.
Applies the aggregate function to all values.
对所有的值进行聚合函数运算。
msdn2.microsoft.com
2.
You use a type of function called a domain aggregate function when you need to sum or count values selectively.
当您需要有选择地对值进行求和或计数时,应使用一种称为域聚合函数的函数。
office.microsoft.com
3.
If you do want your query to perform an aggregate function, choose a summary query.
如果希望查询执行聚合函数,请选择汇总查询。
office.microsoft.com
4.
In the Displayed value section, you can choose more analyzing possibilities by using the aggregate function.
在显示值部分,使用不同合计函数来选择更多的分析方法。
ooo.pingju.org
5.
You can filter out non-unique rows by using the DISTINCT option of an aggregate function.
可使用聚合函数的DISTINCT选项筛选出非唯一行。
technet.microsoft.com
6.
You use a domain aggregate function when you need to sum, count, or average values selectively.
当需要有选择地对值进行求和、计数或计算平均值时,可以使用域聚合函数。
office.microsoft.com
7.
Report Designer defaults to First, which is the first aggregate function in the list of available aggregates.
报表设计器默认为First,这是可用聚合列表中的第一个聚合函数。
technet.microsoft.com
8.
The PeriodsToDate function defines the tuples in the set over which the Aggregate function operates.
PeriodsToDate函数定义Aggregate函数对其进行运算的集中的元组。
msdn2.microsoft.com
9.
Note that the calculate method works with any valid aggregate function that your database supports, such as : min, : sum, and : avg.
注意,calculate方法可适用于受数据库支持的任何有效的聚合函数,比如:min、:sum和:avg。
www.ibm.com
10.
It creates a new CLR SQL aggregate function named Concatenate in the.
示例数据库中创建一个名为Concatenate的新的CLRSQL聚合函数。
msdn2.microsoft.com
1.
Aggregate function with schema only.
仅具有架构的聚合函数。
msdn2.microsoft.com
2.
You can use a type of function called an aggregate function to calculate values for one or more fields or controls.
可以使用一种称为聚合函数的函数来计算一个或多个字段或控件的值。
office.microsoft.com
3.
You can use a different aggregate function for each column.
可以对每一列使用不同的聚合函数。
office.microsoft.com
4.
Is a system or user-defined aggregate function.
系统或用户定义的聚合函数。
msdn2.microsoft.com
5.
This is the code for the aggregate function used in this example.
此为本示例中使用的聚合函数的代码。
msdn2.microsoft.com
6.
Set the Select property to include an aggregate function and the column that is used for grouping the data.
将Select属性设置为包含聚合函数和用于对数据进行分组的列。
msdn2.microsoft.com
7.
A query (SQL statement) that summarizes information from multiple rows by including an aggregate function such as Sum or Avg.
通过包括聚合函数(例如Sum或Avg)来汇总多行信息的查询(SQL语句)。
technet.microsoft.com
8.
If you want to aggregate only unique rows in the result set, choose an aggregate function with the DISTINCT options, such as Min Distinct.
如果只希望聚合结果集中的唯一行,请选择带DISTINCT选项的聚合函数,如MinDistinct。
msdn2.microsoft.com
9.
In the Group By grid column, select the appropriate aggregate function, such as: Sum, Avg, Min, Max, Count.
在“分组依据”网格列中,选择适当的聚合函数,例如:Sum、Avg、Min、Max和Count。
msdn2.microsoft.com
10.
The recursive subquery can not make use of any aggregate function.
递归子查询不能使用任何集合函数。
www.ianywhere.com
1.
To compute this, you need to change the aggregate function of the column to "Count" in the properties view of the column.
为了计算这个值,需要在这个列的属性视图中将这个列的聚合函数改为“Count”。
www.ibm.com
2.
The LinqDataSourceView object raises an exception if an aggregate function does not have a name.
如果聚合函数没有名称,则LinqDataSourceView对象将引发异常。
msdn2.microsoft.com
3.
Using DISTINCT in an aggregate function reference, for example, SUM(DISTINCT Price).
在聚合函数引用中使用DISTINCT,例如,SUM(DISTINCTPrice)。
office.microsoft.com
4.
For example, placing a control that uses the Sum aggregate function in the report header calculates the sum for the entire report.
例如,如果将使用Sum聚合函数的控件放在报表页眉中,则计算的是整个报表的总计。
office.microsoft.com
5.
Adds an empty aggregate function to a SQL Server project.
向SQLServer项目添加一个空聚合函数。
msdn2.microsoft.com
6.
Would return an error, because it is a column that is derived from an aggregate function.
列进行修改将返回错误,因为该列是从聚合函数派生的列。
msdn2.microsoft.com
7.
Here is an example of a user-defined aggregate function that concatenates a set of string values taken from a column in a table
以下是一个用户定义聚合函数的示例,该函数将从表中的某列获取的一组字符串值串联起来
msdn2.microsoft.com
8.
The next example shows how you can retrieve the value for the aggregate function max for the salary column from the EMPLOYEE table
下面这个例子展示了如何为一个聚合函数max从EMPLOYEE表中检索salary的值
www.ibm.com
9.
Study of aggregate function approach based solution for inverse heat conduction problems in steady state
凝聚函数法求解稳态热传导系数反问题研究
www.ilib.cn
10.
Expressions that match rows based on the result of a domain aggregate function
基于域聚合函数的结果匹配行的表达式
office.microsoft.com
1.
Optimization Designing of Full-automatic Network System Detecting to Automobile Aggregate Function Performance
汽车综合性能检测线全自动网络系统优化设计
ilib.cn
2.
Multiple Calls To a User Defined Function Within an Aggregate Function May Return Incorrect Results
在一个聚合函数内多次调用一个用户定义的函数可能会返回错误的结果
support.microsoft.com
3.
Query that contains an aggregate function and a
以下示例使用了一个包含聚合函数和
msdn2.microsoft.com
4.
A Note on a Modified Aggregate Function Method for Nonlinear Programming
关于解非线性规划的一个修正凝聚函数法的注记
www.ilib.cn
5.
A Differential Equation Approach to Solving Nonlinear Complementarity Problem Based on Aggregate Function
依赖凝聚函数求解非线性互补问题的一种微分方程方法
www.ilib.cn
6.
Design of Aggregate Function for Spatiotemporal
时空聚合函数的设计
www.ilib.cn
7.
An Application of the Aggregate Function in the Multihop Light Networks
凝聚函数在多跳光网络中的应用
service.ilib.cn
8.
With one aggregate function, and the second code example uses one
和一个聚合函数,第二个代码示例使用一个
msdn2.microsoft.com
9.
Using Aggregate Function to Realize Query of Tables in SQL
巧用聚合函数在SQL中实现多表查询
www.ilib.cn
10.
A clustering algorithm for mixed valued data based on aggregate function
基于凝聚函数的混合属性数据聚类算法
www.ilib.cn
1.
Creating a user-defined aggregate function in SQL Server involves the following steps
在SQLServer中创建用户定义聚合函数包括下列步骤
technet.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/6 0:18:13