单词 | group by | ||||||||||||||||
释义 | group by
更多释义 收起释义 例句释义: 分组,将表按行分组,分组依据 1. The List To Group projection can only be used for lists, and it turns the list into a group by retaining only the first item of the list. ListToGroup映射仅可用于列表,它通过仅保留列表的第一个项目将列表转化成一个组。 www.ibm.com 2. 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 3. 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 4. One obvious improvement to the query in fraggle. py would be to group by source, rather than pursuing just a time-ordered display. 对fraggle.py中查询的一个明显改进是根据源进行分组,而不是单单根据时间顺序进行显示。 www.ibm.com 5. Liu Xin is all over the pseudo-group by? 刘歆是否遍伪群经? www.cutpic.cn 6. One of these operators (shown on the lower branch in Figure 4) feeds a Group By operator, which performs the aggregations shown in Table 1. 其中一个操作符(图4中下方的分支)为一个GroupBy操作符提供输入,后者执行表1中所示的聚合。 www.ibm.com 7. This is all about nurturing dissent in a group by encouraging the discussion of multiple perspectives and critical viewpoints. 最主要的就是在群体当中培育不同意见,这就需要在讨论中鼓励看问题的多视角和批判性的观点。 www.bing.com 8. 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 9. A query can use an indexed view in its execution plan even if it does not satisfy these GROUP BY restrictions. 即使一个索引视图不满足这些GROUPBY限制,查询也可以在其执行计划中使用该视图。 msdn2.microsoft.com 10. If the field were a Text data type, you could choose to group by the entire field (Normal), or perhaps by the first one to five characters. 如果字段是“文本”数据类型,则可以选择按整个字段(“普通”)进行分组,也可以按最前面的一到五个字符进行分组。 office.microsoft.com 1. Use the Group by drop-down menu on the right-side panel (Figure 21) to switch to the Folders view (if it is not the view already selected). 使用在右边面板的Groupby拉下菜单(图21)以切换到Folders视图(如果它不是目前已选择的视图)。 www.ibm.com 2. A column used in an expression of the SELECT clause must be in the GROUP BY clause. 在SELECT子句的表达式中使用的列必须位于GROUPBY子句中。 www.ianywhere.com 3. Using SQL group by and aggregation functions on that table is usually more efficient than producing the same result in plain XQuery. 对该表使用SQL的groupby函数和聚集函数通常比使用生成相同结果的普通XQuery更有效。 www.ibm.com 4. In the query, select the query clauses that you want to combine into a group by clicking the left-most cell in the rows. 在查询中,单击相应行中最左侧的单元格,选择要组合成一个组的查询子句。 msdn2.microsoft.com 5. You can group by an expression if the expression does not include aggregate functions. 如果表达式不包含聚合函数,则可以按表达式进行分组。 msdn2.microsoft.com 6. When used without a GROUP BY clause, aggregate functions report only one aggregate value for a SELECT statement. 如果聚合函数没有使用GROUPBY子句,则只为SELECT语句报告一个聚合值。 msdn2.microsoft.com 7. In addition, statements can be grouped into a statement-group by encapsulating a group of statements with curly braces. 此外,还可以用花括号将一组语句封装成一个语句组。 au3.php.net 8. To be accepted as a member of a group by denying one's own ancestry or background. 为被一个团体接受为成员掩盖自己的家世或背景 zhidao.baidu.com 9. 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 10. The GROUP BY keywords are followed by a list of columns, known as the grouping columns. GROUPBY关键字后跟一个列的列表,称为组合列。 msdn2.microsoft.com 1. Concentrated training shall be conducted for the chief executive officers (CEOs) of the key enterprises of the state group by group. 对国家重点企业的主要负责人分批进行集中培训。 www.hotdic.com 2. This program also allows you to create standard reports with details on each item, you can list details group by category or status. 这个程序也可以让您创建标准的报告,详细说明每一个项目,你可以列出详细集团按类别或身份。 xtdownload.com 3. And, once we begin using the RANDOM option, we must be very careful to code both a GROUP BY and an ORDER BY when order matters. 而且,一旦我们开始使用RANDOM选项,我们必须在排序至关重要时非常小心地编写GROUPBY和ORDERBY。 www.ibm.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 results of a standard GROUP BY with vector aggregate functions produce one row with one value per group . 具有矢量集合函数的标准GROUPBY的结果将生成一行,行中的每一个组都具有一个值。 www.bing.com 7. Results The infants birth body length of exposure group is significantly lower than that of control group by t test. 结果暴露于苯系物的孕妇与对照组比较,其子代出生身长,差别具有显著性。 www.chemyq.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. Finally, this operator extracts one relational value that drives two aggregate operations computed in a subsequent Group By operation. 最后,该操作符提取一个关系值,用于驱动随后的GroupBy操作中计算的聚合操作。 www.ibm.com 1. Referring to a group by a characteristic, as in the deaf, can sound as though you're limiting them to that one characteristic. 当提及一个特定群体时,如聋哑(thedeaf),听起来好像你特意强调他们缺少这个特征。 www.bing.com 2. 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 3. 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 4. HAVING is usually used with the GROUP BY clause. HAVING通常与GROUPBY子句一起使用。 msdn2.microsoft.com 5. A view is deterministic if all expressions in the select list , as well as the WHERE and GROUP BY clauses, are deterministic . 如果选择列表中的所有表达式、WHERE和GROUPBY子句都具有确定性,则视图也具有确定性。 www.bing.com 6. Do not choose Group By, Expression, or Where, because those options do not apply when you are aggregating all rows. 不要选择GroupBy、Expression或Where,因为这些选项不适用于聚合所有行。 msdn2.microsoft.com 7. The Tamil Tigers, blamed in more than 200 suicide attacks since 1983, are listed as a terror group by the U. S. and the European Union. 自从1983年以来,泰米尔猛虎组织已先后发起200余次自杀性炸弹袭击,从而被美国及欧盟列入恐怖组织名单。 www.bing.com 8. METHODS: The blood concentration of ampicillin was determined in compatible group and ampicillin group by ultraviolet spectrophotometry. 方法:采用紫外分光光度法测定氨苄青霉素与双黄连配伍后,氨苄青霉素的血药浓度及单用氨苄青霉素的血药浓度。 dictsearch.appspot.com 9. If there is no GROUP BY clause, put all the rows into a single group. 如果没有GROUPBY子句,将把所有行都置于一个组中。 msdn2.microsoft.com 10. The GROUP BY clause can be used to generate results that contain aggregates for each group, but no detail rows. GROUPBY子句可用于生成只包含各组的聚合而不包含其明细行的结果。 msdn2.microsoft.com 1. 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 2. Use the up and down arrows to scroll through the columns in the GROUP BY Columns box. 使用向上和向下箭头可滚动查看[GROUPBY列]框内的列。 www.ianywhere.com 3. Attribute to a code group by using one of the security policy tools. 属性应用到代码组来实现此操作。 msdn2.microsoft.com 4. The superstars do form a non-competing group by virtue of inborn talent, aided of course by determination and ambition. 凭借先天禀赋(当然还有决心和野心的帮助),超级明星的确构成了一个非竞争群体。 www.kuenglish.info 5. The Total row appears in the design grid and Group By appears in the cell in the Shipping Fee column. “总计”行显示在设计网格中,“分组依据”显示在“运货费”列的单元格中。 office.microsoft.com 6. The group's French mobile phone and pay television services also put in strong performances boosting profits across the group by 10%. 维旺迪旗下的法国移动电话及付费电视业务也有强劲的表现,促使整个集团的利润增长10%。 www.bing.com 7. Control group by the nurses in the clinical course of treatment for patients, health education, no specific responsibility for nurses. 对照组由临床治疗护士在对患者实施治疗过程中,实施健康教育,无确定的责任护士负责。 www.hao910.com 8. The Total row appears in the design grid and Group By appears in the row for each field in the query. “总计”行将显示在设计网格中,“分组依据”将显示在查询中的每个字段所在的行中。 office.microsoft.com 9. Group by Access separates individual type members into a grouped list based on the member's access modifiers. 依存取方式群组:依据成员的存取修饰词,将个别型别成员区分至群组清单中。 technet.microsoft.com 10. The partitioning key should be made up of columns that often participate in a GROUP BY clause. 分区键应该由经常出现在GROUP子句中的列组成。 www-128.ibm.com 1. 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 2. Group by the end of 2008 has improved on the new fixed assets recorded in the case of postponement. 固定资产管理情况后续跟综,2008年底集团公司已改善了对新增固定资产推迟入账的情况。 qa.zdnet.com.cn 3. 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 4. 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 5. Determines whether an assembly belongs to a code group by testing its application directory. 通过测试程序集的应用程序目录确定该程序集是否属于代码组。 msdn2.microsoft.com 6. If you choose Group By, use the check boxes to control how the transformation performs the comparison. 如果选择“分组依据”,请使用复选框来控制转换如何执行比较。 msdn2.microsoft.com 7. You can sort the columns in the Resolve Conflicts dialog box to make it easier to group by conflict type or by path. 可以在“解决冲突”对话框中对这些列进行排序,以便更容易地按冲突类型或路径进行分组。 www.kuenglish.info 8. In computer graphics, emphasizing a given display group by changing the attitudes of all the other display groups in the same display field. 在计算机制图技术中,通过改变同一显示场中所有其它显示组的属性来加强给定显示组的显示效果。 dictsearch.appspot.com 9. The following example uses a SELECT query that contains an aggregate function and a GROUP BY clause . 以下示例使用了一个包含聚合函数和GROUPBY子句的SELECT查询。 www.bing.com 10. The SQL generated by the previous instructions has only a single grouping set in the GROUP-BY clause. 前面步骤产生的SQL在GROUPBY子句中只有一个分组集。 www.ibm.com 1. The Total row appears in the design grid and Group By appears in the first and second columns. “总计”行显示在设计网格中,“分组依据”显示在第一列和第二列中。 office.microsoft.com 2. The projected columns in the SELECT statement may not contain aggregate expressions unless the statement uses a GROUP BY expression . 在SELECT语句中提取的列不能包含聚合表达式,除非语句使用GROUPBY表达式。 www.bing.com 3. With the appropriate access path, the ORDER BY or GROUP BY requirement can be met without sorting. 使用恰当的访问路径,无需排序即可满足ORDERBY或GROUPBY需求。 www.ibm.com 4. Europe and the United States and other countries through franchising Apparel Group by brand stores to franchise stores. 欧美等国的服装集团通过特许经营,由品牌店转为特许经营店。 zhishi.accpf.com 5. Determines whether an assembly belongs to a code group by testing the site from which it originated. 通过测试从其中产生程序集的站点确定该程序集是否属于代码组。 msdn2.microsoft.com 6. For a numeric data type, you can choose to group by value (Normal), or by range in selected increments. 对于数值数据类型,可以选择按数值(“普通”)或以所选增量为范围进行分组。 office.microsoft.com 7. 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 8. 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 9. The Total row appears in the design grid, and in that row, Group By appears in the first and second columns. “总计”行显示在设计网格中,在该行中,“分组依据”显示在第一列和第二列中。 office.microsoft.com 10. Method: The patients with schizophrenia were grouped into intervention group and control group by random digits table. 方法:用随机数字表将社区中的精神分裂症患者分为干预组和对照组。 www.21jk.com.cn 1. 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 2. Click the cell in the Total row in the City field and select Group By. 单击“城市”字段中的“总计”行中的单元格,然后选择“分组依据”。 office.microsoft.com 3. Night against the project - life journey, two hundred people group by coach "split into two halves. " 晚上的压轴项目——生命之旅,两百多人的群体被教练“劈成”两半。 www.268r.com 4. For a date field, you can group by day, week, month, quarter, or you can enter a custom interval. 对于日期字段,可以按照日、周、月、季度进行分组,也可输入自定义间隔。 office.microsoft.com 5. Or you could get a summary of all the different colors by using the GROUP BY clause. 或者,您可以使用GROUPBY子句,获得所有不同颜色的汇总信息。 www.ibm.com 6. Columns are not automatically added to the GROUP BY clause if they are already part of an aggregate function. 如果列已经是聚合函数的一部分,则不会自动添加到GROUPBY子句中。 technet.microsoft.com 7. All servers in an organization are added to this group by default. 默认情况下,组织中的所有服务器都已添加到该组中。 www.microsoft.com 8. The result set should include the same information and super-aggregate information for each of the GROUP BY columns. 结果集应为每个GROUPBY列包含相同的信息和超聚合信息。 technet.microsoft.com 9. Describes concepts about grouping and summarizing columns with the GROUP BY, WHERE, and HAVING clauses. 介绍有关使用GROUPBY、WHERE和HAVING子句对列进行分组和汇总的概念。 msdn2.microsoft.com 10. Aggregate functions are frequently used with the GROUP BY clause of the SELECT statement. 聚合函数经常与SELECT语句的GROUPBY子句一起使用。 msdn2.microsoft.com 1. You can perform ORDER BY, GROUP BY, and PARTITION BY operations with user-defined types if the type supports binary ordering. 如果用户定义类型支持二进制排序,则可以对其执行ORDERBY、GROUPBY和PARTITIONBY操作。 technet.microsoft.com 2. But he also persuaded the Colombians to free a top guerrilla from the FARC, considered a terrorist group by America and Europe. 但是他还说服了哥伦比亚政府释放了一个FARC(美国与欧洲都认为这是恐怖主义团体)组织的高级游击队员。 www.ecocn.org 3. Determines whether an assembly belongs to a code group by testing its strong name. 通过测试程序集的强名称确定该程序集是否属于代码组。 msdn2.microsoft.com 4. GROUP BY and HAVING can be specified only in the individual SELECT statements. 只能在各个SELECT语句中指定GROUPBY和HAVING子句。 technet.microsoft.com 5. Specifies the provider supports the GROUP BY and HAVING clauses in a SELECT statement. 指定提供程序支持在SELECT语句中包含GROUPBY和HAVING子句。 technet.microsoft.com 6. normal saline was given to blank contrast group by intraperitoneal injection with the equal capacity. 正常组以等容生理盐水腹腔注射。 www.fabiao.net 7. Determines whether an assembly belongs to a code group by testing its zone of origin. 通过测试程序集的原始区域确定该程序集是否属于代码组。 msdn2.microsoft.com 8. The CUBE operator is specified in the GROUP BY clause of a SELECT statement. CUBE运算符在SELECT语句的GROUPBY子句中指定。 msdn2.microsoft.com 9. Like group-by, it uses node values rather than patterns to demarcate groups, but it is aware of the sequence of elements in the population. 与group-by类似,它也使用节点值而不是范式来划分组,不过它能够识别总体中元素的顺序。 www.ibm.com 10. 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 1. Determines whether an assembly belongs to a code group by testing its hash value. 通过测试程序集的哈希值确定该程序集是否属于代码组。 msdn2.microsoft.com 2. The dealership could possibly increase sales to this group by relaxing their financing standards or by reducing the 3-series prices. 经销店可以通过放松购车款的支付条件或是降低3-系列车型的价格来提高这一组的销售。 www.ibm.com 3. You can group by specific themes to create summaries; filter or sort to isolate information and create custom display views. 你可以通过详细的主题将他们分组并生成概要;过滤掉或者挑选从而得到信息,创建自定义的图表。 www.ibm.com 4. Second, sets up the training organized group by oneself. 二是由自己来组建教练班子。 zuofa.net 5. In the Subtotals dialog, in the Group by box, select the column that you want to add the subtotals to. 在分类汇总对话框的分类依据框里选择要添加分类汇总的列。 ooo.pingju.org 6. The Hotel is Managed by InterContinental Hotels Group (IHG), which is the world's largest hotel group by number of rooms. 该酒店隶属英国洲际酒店管理集团管理,洲际集团是世界上最具全球化并拥有客房数最多的酒店集团。 www.51766.com 7. The GROUP BY clause allows you to aggregate data. GROUPBY子句用于集合数据。 www.ianywhere.com 8. which were divided into depression group and non-depression group by the index of depression. 根据抑郁指数将患者分为抑郁组与非抑郁组。 www.juyy.net 9. Policeman judgement, it is bandits undertakes disassembling be selling ed off group by group handling likely extremely. 民警判定,极有可能是盗贼进行拆卸分批变卖处理。 dictsearch.appspot.com 10. 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 1. The NYSE Group and Euronext hope to create the world's largest financial exchange group by the end of March. 纽交所和泛欧证交所希望于三月底一起建立起世界上最大的金融交易所。 blog.hjenglish.com 2. This applies to data lists in table view, card view, and icon view, and to group-by lists, contact lists, folder lists, and address lists. 它可应用于表格视图、卡片视图和图标视图中的数据列表,以及分组依据列表、联系人列表、文件夹列表和通讯簿。 office.microsoft.com 3. GROUP BY ALL is not allowed in a distributed query when the query also has a WHERE clause. 当查询中还包含WHERE子句时,在分布式查询中不能使用GROUPBYALL。 msdn2.microsoft.com 4. Frequently, if calculated columns are used, the calculation reflects grouping of columns with the "GROUP BY" modifier. 如果使用计算过的列,计算往往反映使用“GROUPBY”修饰符对列所进行的分组。 www.ibm.com 5. In the Sort and Group dialog box, in the Sort order list, click the field that you want to group by. 在“排序和分组”对话框的“排序顺序”列表中,单击要按其进行分组的域。 office.microsoft.com 6. Determines whether an assembly belongs to a code group by testing its URL. 通过测试程序集的URL确定该程序集是否属于代码组。 msdn2.microsoft.com 7. Ogilvy, a unit of WPP Group PLC, is the largest communications group by revenue in Asia outside Japan, Mr. Heath said. 奥美广告公司是WPPGroupPLC的子公司,希斯说,该公司是亚洲除日本以外地区收入最高的传媒集团。 www.bing.com 8. Grouping additionally the rows generated in the GROUP BY in the previous step against the. 对上一步在GROUPBY中生成的行另外进行分组。 msdn2.microsoft.com 9. In particular, the optimizer may choose to use the Clustered Hash Group By query execution algorithm. 特别是,优化程序可能选择使用聚簇散列GroupBy查询执行算法。 www.ianywhere.com 10. Make sure that the columns that follow the GROUP BY clause have meaningful, real-life relationships with each other. 请确保在GROUPBY子句后列出的列相互之间具有有意义的现实性关系。 technet.microsoft.com 1. Only precise deterministic expressions can participate in key columns and in WHERE or GROUP BY clauses of indexed views. 只有精确的确定性表达式才能加入键列,并包含在索引视图的WHERE或GROUPBY子句中。 msdn2.microsoft.com 2. Silvis introduced the second portion of the discussion group by holdingup a Rocket ereader, circa 1998, along with a late-model Kindle. Silvis让讨论小组进入第二阶段的议程,他拿了一个大约生产于1998年的Rocketereader和时下的代表Kindle。 www.bing.com 3. MongoDB also provides a group function for performing actions like you would do in a GROUP BY expression in SQL. MongoDB还为执行类似于SQL中的GROUPBY表达式的操作提供了group函数。 www.ibm.com 4. You can contribute to a new palette group by typing in another palette group name. 您可以通过键入另一个工具板名称来促成一个新工具板组。 www.ibm.com 5. A new method is proposed for seismic damage prediction of building group by deriving a probabilistic model. 提出了一种通过构建具有普适性的概率模型对群体建筑物进行震害预测的方法。 www.ceps.com.tw 6. Like ROLLUP and CUBE, this operation adds subtotal rows into the result sets of queries with GROUP BY clauses. 与ROLLUP和CUBE一样,此操作将子汇总行添加到使用GROUPBY子句的查询结果集中。 www.ianywhere.com 7. HAVING is typically used in a GROUP BY clause. HAVING通常在GROUPBY子句中使用。 msdn2.microsoft.com 8. For an introduction to GROUP BY, see Applying aggregate functions to grouped data. 有关GROUPBY的介绍,请参见将集合函数应用于分组数据。 www.ianywhere.com 9. You can add users to the newly created group by selecting a user from the left menu and clicking on the Add button. 你可以为新建的组添加用户,方法是在左边的菜单上选中一个用户,然后点击添加按钮。 forum.ubuntu.org.cn 10. It also uses the GROUPING function on the two columns that are listed after the GROUP BY clause. 它还对GROUPBY子句后列出的两个列使用GROUPING函数。 technet.microsoft.com 1. Give the group a name, indicate whether you want the group to show in the Group by list, and then click OK. 指定组的名称,并指定是否希望该组显示在“分组依据”列表中,再单击“确定”。 office.microsoft.com 2. This privilege is assigned to the Windows Administrators group by default. 此权限默认情况下分配给Windows管理员组。 msdn2.microsoft.com 3. There are restrictions on the items that can be specified in the select list when a SELECT statement contains a GROUP BY. 当SELECT语句中包含GROUPBY关键字时,对可以在选择列表中指定的项目有一些限制。 msdn2.microsoft.com 4. On the Grouping dialog, make sure Intervals and Months are selected in the Group by section, and click OK . 在组合对话框的组合依据栏中,确认选中间隔和月,并点击确定。 ooo.pingju.org 5. When you group by resource skills, your resource list is arranged by resource skill categories. 当按资源技能进行分组时,资源列表将按资源技能类别进行排列。 office.microsoft.com 6. Compare among different phases of the same group by One-way ANOVA. 同组各阶段两两比较用单因素方差分析。 www.fabiao.net 7. Method: We divide 70 patients into the experimental group and the control group by the method of random single-blind. 方法:采用随机单盲的方法将70例患者分成治疗组和对照组,治疗组选用自拟“化浊祛斑汤”; pp.lunwenchina.net.cn 8. Group by list, then click the criteria that you want to group threads by. “分组依据”列表,然后单击您要分组线程所依据的条件。 technet.microsoft.com 9. The world's fourth-largest global tobacco group by revenue said first-half tobacco sales are expected to increase around 2% year-on-year. 按收入排世界第四位的英美烟草烟草公司说,上半年的烟草销售预计同比增长约2%。 www.tobaccochina.com 10. 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 1. Another 32 ordinary people were selected as a contrast group by corresponding sex and age. 按性别、年龄选取与主动脉瓣狭窄患者相匹配的正常人32例。 www.fabiao.net 2. When you create a user account in a domain, it is added to this group by default. 在域中创建用户帐户时,默认情况下,帐户将添加到该组中。 support.microsoft.com 3. For information on GROUP BY, HAVING, and ORDER BY clauses, see Summarizing, Grouping, and Sorting Query Results. 有关GROUPBY、HAVING和ORDERBY子句的信息,请参见对查询结果进行汇总、分组和排序。 www.ianywhere.com 4. The columns being modified are not affected by GROUP BY, HAVING, or DISTINCT clauses. 被修改的列不受GROUPBY、HAVING或DISTINCT子句的影响。 msdn2.microsoft.com 5. The second intermediate result holds rows corresponding to the group-by-expression. 第二个中间结果保留与group-by-expression相对应的那些行。 www.ianywhere.com 6. Pimco Managing Director William H. Gross, who runs the world's biggest bond fund, joined the group by telephone. 以及太平洋公司管理主任,威廉姆H·格罗斯,他通过电话加入并经营世界上最巨额的债券基金。 www.bing.com 7. All cluster members reside in a single core group. By default, this group is the DefaultCoreGroup. 所有的群成员都位于单个核心组中(该组缺省状态是DefaultCoreGroup)。 www.ibm.com 8. To delete a column, select it in the GROUP BY Columns box and click the left arrow. 若要删除某个列,请在[GROUPBY列]框中选中该列,然后单击向左箭头。 www.ianywhere.com 9. Political division, based on colour, is entirely artificial, and when it disappears, so will the domination of one colour group by another. 基于肤色的政治分裂完全是人为的,一旦它消失,一个种族对另一个种族的统治也将随之消失。 www.jukuu.com 10. Any such groupings are listed in the GROUP_BY attribute of the root element. 所有这样的分组都在根元素的GROUP_BY属性中列出。 www.ibm.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. These GROUP BY restrictions are applicable only to the indexed view definition. 这些GROUPBY限制仅适用于索引视图定义。 msdn2.microsoft.com 3. WPP, the world's largest marketing services group by revenues and other measures, will update investors on current trading next week. 按营业额及其他指标衡量均为全球最大营销服务集团的WPP则将于下周向投资者通报业绩。 www.ftchinese.com 4. Assigned to the Site name Visitors SharePoint group, by default. 默认情况下,分配给网站名称VisitorsSharePoint组。 office.microsoft.com 5. The paer illustrate some common errors concerning the linear vector group by giving counter examples. 用举反例的方法说明了一些有关向量组的线性相关性的常见错误。 www.dictall.com 6. The control group was treated simply by chemotherapy and the treatment group by chemotherapy and Yiqi Bushen Oral Liquid. 对照组单纯接受化疗,治疗组在此基础上加服益气补肾口服液。 pp.lunwenchina.net.cn 7. the introduction that occupies Zhang Yanwei, 3 steward team and group matches on an engine commonly, 3 team and group by turns mount guard. 据张延伟的介绍,一般一个机车上配三个乘务员班组,三个班组轮流上岗。 zhaiyao.ckzl.net 8. About two weeks ago, Whitehaven and Aston agreed a A$5. 1bn merger that created the largest independent coal group by market capitalisation. 大约2周前,Whitehaven和Aston达成51亿澳元的合并协议,从而产生了市值最大的独立煤炭集团。 www.ftchinese.com 9. This resource group, by default named Cluster Group, is created when the cluster is created. 此资源组(默认情况下叫群集组)是在创建群集时创建的。 technet.microsoft.com 10. Saviola: Analyzing it group by group, the whole tournament is difficult. 这整项竞赛是艰难的,必须一组组分析。 blog.roodo.com 1. New domain controllers are added to this group by default. 默认情况下,新的域控制器将添加到该组中。 support.microsoft.com 2. A GROUP BY clause was used without the corresponding GROUP WITHIN clause. 使用GROUPBY子句时没有对应的GROUPWITHIN子句。 msdn2.microsoft.com 3. ROLLUP adds subtotal rows into the result sets of queries with GROUP BY clauses. ROLLUP会将子汇总行添加到使用GROUPBY子句的查询结果集中。 www.ianywhere.com 4. 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 5. Describes how to scope a rule to a work item type group by modifying the work item type XML file. 描述如何通过修改工作项类型XML文件将规则的范围限定为某个工作项类型组。 msdn2.microsoft.com 6. The Query and View Designer adds a Group By column to the grid in the Criteria pane. 查询和视图设计器会在“条件”窗格的网格中添加一个“分组依据”列。 msdn2.microsoft.com 7. To sort the individual items in a group, click a field in the Sort items by box that is different from the Group By field that is specified. 要对组中的各个项目排序,请单击“排序依据”框中与指定“分组依据”字段不同的字段。 office.microsoft.com 8. The staff are sent here for professional training group by group. 职员们分批被送到这里进行职业培训?。 www.honghuxx.cn21edu.com 9. If you want to copy summary information, specify Group By options. 如果想复制汇总信息,请指定“分组依据”选项。 office.microsoft.com 10. However, other clauses such as ORDER BY and GROUP BY also affect the final form of the result set. 然而,其他子句(如ORDERBY和GROUPBY)也会影响结果集的最终格式。 technet.microsoft.com 1. The GROUP BY specifies the dimension columns and the keywords WITH CUBE. GROUPBY指定了维度列和关键字WITHCUBE。 msdn2.microsoft.com 2. From the Project menu, select Group By, and then select Team Project Area. 从“项目”菜单中选择“分组依据”,然后选择“团队项目区域”。 msdn2.microsoft.com 3. Unknown The support for the GROUP BY clause is unknown. 对GROUPBY子句的支持是未知的。 msdn2.microsoft.com 4. With years of efforts, Youngman group by Pang qing nian has been famous both in China and foreign countries. 凭借着多年的努力,庞青年麾下的青年汽车集团已享誉中外。 www.cnautotime.com 5. On the Project menu, point to Group by, and then click Customize Group By. 在“项目”菜单上,指向“分组依据”,再单击“自定义组”。 office.microsoft.com 6. This operator also serves as input to the Group By operator. 该操作符还充当GroupBy操作符的输入。 www.ibm.com 7. Group By options, if you want to copy only summary information. “分组依据”选项(如果您希望仅复制摘要信息)。 msdn2.microsoft.com 8. Referencing a group by its number instead of by string name can provide faster access. 按组号而不是按字符串名称引用组可以提供更快的访问速度。 msdn2.microsoft.com 9. The GROUP BY clause is used to produce aggregate values for each row in the result set. GROUPBY子句用来为结果集中的每一行产生聚合值。 msdn2.microsoft.com 10. The attributes appear in both the SELECT clause and the GROUP BY clause. 这些属性出现在SELECT子句和GROUPBY子句中。 www.ibm.com 1. When the option is set to OLAP, the Clustered Hash Group By algorithm is enabled. 当该选项设置为OLAP时,将启用聚簇散列GroupBy算法。 www.ianywhere.com 2. Complete the following steps to create and program the Group By operator. 完成以下步骤,创建GroupBy操作符并对它进行配置。 www.ibm.com 3. You can sort and group by product names, project deadlines, managers, and so on to find and evaluate the specific information you need. 您可按产品名称、项目期限、管理员等进行排序和分组,以查找和评估所需的特定信息。 office.microsoft.com 4. The groups are formed using the GROUP BY clause of the SELECT statement. 这些组是使用SELECT语句的GROUPBY子句构成的。 www.ianywhere.com 5. Ginny Jones started Kinetic Electric Group by tapping the family bank. GinnyJones利用家庭积蓄创建了Kinetic电气集团。 www.bing.com 6. The GROUP BY clause in this example includes the ProductModelID and Name columns. 该示例中的GROUPBY子句包含ProductModelID和Name列。 technet.microsoft.com 7. The group-by method is not concerned with the sequence of nodes. group-by方法不关心节点的顺序。 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. F. You can not group by the rows of a table by more than one column while using aggregate functions. 在多于一个栏位的情况下不能使用聚合函数来对一个表的行进行分组。 www.phpzy.com 10. The second example produces the same summary information by using only GROUP BY. 第二个示例只使用GROUPBY生成相同的汇总信息。 technet.microsoft.com 1. A GROUP BY clause references a property that is an embedded object without using dot notation. GROUPBY子句引用了一个属性,该属性是未使用点表示法的嵌入对象。 msdn2.microsoft.com 2. You can group by columns, alias names, or functions. 可以按列、别名或函数进行分组。 www.ianywhere.com 3. Run the following commands to create a new distribution group by using the distribution group DGTemplate as the template. 运行以下命令,以通讯组DGTemplate作为模板新建通讯组。 technet.microsoft.com 4. To change the default aggregation operation, Group by, select a different operation in the Operation list. 若要更改默认聚合操作“分组依据”,请选择“操作”列表中的其他操作。 msdn2.microsoft.com 5. For example, you can use the Group by Artifact Element option to view comments as they relate to the particular elements in a diagram. 例如,您可以使用GroupbyArtifactElement选项,来查看与图表中特定元素相关的注释。 www.ibm.com 6. Foster a high-quality employee group by multiple means. 多途径培养高素质的员工队伍。 www.hrys.com 7. If there are no attributes in the SELECT clause, then there should be no GROUP BY clause. 如果SELECT子句中没有属性,就应该没有GROUPBY子句。 www-128.ibm.com 8. click group by , and then choose a test property. 单击“分组依据”,然后选择一个测试属性。 www.ichacha.net 9. You can use the GROUP BY clause, subqueries, and joins in view definitions. 您可以在视图定义中使用GROUPBY子句、子查询和连接。 www.ianywhere.com 10. An operation can be a relational operator, a system- or user-defined function, or an SQL operator, such as GROUP BY, ORDER BY, and so on. 操作可以是一个关系运算符,或者系统或用户定义的函数,也可以是一个SQL操作符,例如GROUPBY、ORDERBY等。 www.ibm.com 1. They can be linked to the bulky side group by ester, amide, ether, and imine group. 它们与大体积侧基相联的桥键可以是酯键、酰胺键、醚键,也可以是亚胺键。 www.pet2008.cn 2. Dismount the database in the storage group by using the following Dismount-Database cmdlet. 使用下列Dismount-Databasecmdlet卸除存储组中的数据库。 technet.microsoft.com 3. Mount the database in the storage group by using the Mount-Database cmdlet. 使用Mount-Databasecmdlet在存储组中装入数据库。 technet.microsoft.com 4. To group by relative buckets. 按相对存储桶分组。 msdn2.microsoft.com 5. Sort syntax such as ORDER BY and GROUP BY does not necessarily cause a data sort. ORDERBY和GROUPBY等排序语法不一定会导致数据排序。 www.ibm.com 6. 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 7. Group By column of the grid. “分组依据”列中。 technet.microsoft.com 8. VW and Porsche plan to decide on the structure of the combined group by August 13. 大众与保时捷计划于8月13日之前敲定合并后集团的架构。 www.ftchinese.com 9. This style emphasizes the importance of team work, and creates harmony in a group by connecting people to each other. 这种风格强调团队合作的重要性,并通过让人们彼此联系来营造团队中的和谐气氛。 www.ebigear.com 10. You may group by any column. 您可以按任何列分组。 msdn2.microsoft.com 1. It can improve performance if columns involved in ORDER BY and GROUP BY are indexed. 如果为ORDERBY和GROUPBY所涉及的列建立了索引,那么可以提高性能。 www.ibm.com 2. 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 3. The following example shows a LinqDataSource control that is configured to group by two columns. 下面的示例演示一个配置为按两列进行分组的LinqDataSource控件。 msdn2.microsoft.com 4. France won their Group by beating Cyprus 4-0. 法国4-0击败塞浦路斯并获得小组第一。 dict.bioon.com 5. This is the second query that uses GROUP BY. 下面是使用GROUPBY的第二个查询示例。 technet.microsoft.com 6. 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 7. A GROUP BY clause with two columns returns three more kinds of groupings when the CUBE operator is used. 使用CUBE运算符时,具有两个列的GROUPBY子句将多返回三种分组。 msdn2.microsoft.com 8. This topic describes the recommended way to reconfigure a storage group by using the Exchange Management Shell. 本主题介绍了使用Exchange命令行管理程序重新配置存储组时推荐使用的方法。 technet.microsoft.com 9. 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 10. open CARDS need to provide this kaka number, card number group by the logistics personnel to return the company; 开卡时需要提供本卡卡号,卡号联由物流人员交回公司; zhidao.baidu.com 1. Establishing Formal Enterprise-Group by Means of Financial Management 以财务管理为手段建立规范化的企业集团 service.ilib.cn 2. For the Receive connector that you just created, add the Anonymous permission group by following these steps 对于刚创建的接收连接器,按照以下步骤添加匿名权限组 technet.microsoft.com 3. Promoting the Stabilization and the Sustainable Progress of the Instructor Group by People Oriented and Perfecting the Structure 以人为本,完善结构,促进辅导员队伍的稳定、可持续发展 ilib.cn 4. Poetic housing group by water---A brief talk on the design of the housing group of Shanghai's Sunshine and Beautiful Scenery City 水岸之滨诗意灵动--浅谈上海阳光美景城住宅小区设计 ilib.cn 5. Including mine shaft device group: By mechanical and electrical place is responsible to mine shaft all equipment carries on the inventory; 包括井下设备组:由机电处负责对井下所有设备进行清点; www.fenleimama.com 6. Preparation of Polycaprolactone with Unsaturated Group by Reactive Extrusion 反应挤出合成带不饱和官能团端基的聚己内酯 www.ilib.cn 7. Dynamic Optimization Group by Group Scheduling Algorithm for Real-Time Multiprocessor Systems 实时多处理器系统的动态分批优化调度算法 www.ilib.cn 8. The Reduction of Carbonyl Group by the System of Sodium Borohydride 硼氢化钠体系作还原剂对羰基的还原 www.ilib.cn 9. With Oracle, MySQL Extensions to Standard SQL, GROUP BY (Aggregate) Functions, DESCRIBE Syntax withOracle,MySQL对标准SQL的扩展,GROUPBY(聚合)函数,DESCRIBE语法(获取有关列的信息) mysql.cs.pu.edu.tw 10. Study on the Chiral Separation of Drugs Having a Primary Amino Group by HPCE and HPLC Utilizing Chiral Crown Ethers and Column 使用手性冠醚及手性柱的HPCE和HPLC法拆分伯胺类药物对映体的对比研究 www.ilib.cn 1. Developing the capability of leading group by institutional innovation 以制度创新推动班子领导能力建设 www.ilib.cn 2. For the example scenario, you use it to group by the GOSALESRT schema. Follow these steps 对于此示例场景,可使用它根据GOSALESRT架构分组。 www.ibm.com 3. Shenyang transports the Yellow River branch company of the group by guest 沈阳客运集团黄河分公司 www.shenyangbus.com 4. to act for a person or group by expressing their thoughts or opinions to other people 为别人或团体表达思想和观点。 zhidao.baidu.com 5. Study on Determination of Total Coli-Group by The Five Fermentation Tubes 五管发酵测定总大肠菌群的研究 www.ilib.cn 6. Simulation research for radiation heat transfer of engine group by model nozzles 用模型喷管模拟研究发动机组外向辐射传热 www.ilib.cn 7. Shenyang transports the south tower branch company of the group by guest 沈阳客运集团南塔分公司 www.shenyangbus.com 8. Study on the Chiral Separation of Drugs Having a Primary Amino Group by HPCE with Chiral Crown Ether 使用手性冠醚的高效毛细管电泳法研究伯胺类药物的手性分离 service.ilib.cn 9. IAnywhere. Com - Using GROUP BY with aggregate functions iAnywhere.com-将GROUPBY与集合函数一起使用 www.ianywhere.com 10. Research on Decision of Project Group by Using Multi-property Utility Function 多属性效用在项目群决策中应用的研究 service.ilib.cn 1. You can assign an item to a group by specifying the group in the 您可以通过以下方法将项分配到组:在 msdn2.microsoft.com 2. Improving the Comprehensive Development of Logistics Group by Establishing A Scientific View of Development 树立科学的发展观促进后勤集团全面发展 168.160.184.78 3. Create an administration group by executing the following command 执行下面的命令来创建一个管理员组 www-128.ibm.com 4. The optimal filtration of periodic group by least square method 最小二乘法对多周期函数的周期筛选优化 www.ilib.cn 5. Creating a High Quality Talent Group by Changing Ideas and Keep Developing and Innovating 转变观念,开拓创新,建设高素质人才队伍 www.ilib.cn 6. The GROUP BY clause: organizing query results into groups GROUPBY子句:将查询结果划分为组 www.ianywhere.com 7. Genotyping of HPA Blood Group by PCR-SSP in Hubei Han Population of Chinese 湖北汉族人群人血小板同种抗原系统基因分型研究 168.160.184.82:8080 8. Columns in GROUP BY that are not in the select list GROUPBY中的不位于选择列表中的列 www.ianywhere.com 9. To create a new distribution group by using a distribution group template 使用通讯组模板新建通讯组 technet.microsoft.com 10. How to Regulate Enterprise Group by Antimonopoly Law Under Reformation of State-Owned Enterprises 国企改革中企业集团的反垄断法规制 www.ilib.cn 1. tosway a dissatisfied minority group by impassioned political speeches full ofpromises (用充满诺言的激昂政治演说去动摇心怀不满的少数分子组织); blog.hjenglish.com 2. A privilege or right officially granted a person or a group by a government, especially: 给予…特权:政府正式赋予个人或一个集团的权利或特权,尤指; zhidao.baidu.com 3. On the Protection of Disadvantaged Group by ADR 论弱势群体ADR保护的必要性 www.ilib.cn 4. Study on Writer Group by Visualization 作者群分析可视化研究 service.ilib.cn 5. Realization of orthogonal codes based on dyadic additive group by software 基于并元加性群正交码的软件实现 www.ilib.cn 6. Analysis of E. Coliform Group by Slip Method 纸片法检测大肠菌群测定结果的实验研究 www.ilib.cn 7. Mayonaka shounen totsugeki dan midnight boy's charge group by stance punks 真夜中少年突击团 news.bjsjs.gov.cn 8. Discussion on the Development of Big Type Enterprise and Enterprise Group by Taking Capital as Bond 以资本为纽带,发展大型企业和企业集团 service.ilib.cn 9. Select name from biao group by name 如果我只选择姓名 dongdong.phpx.com 10. How to: Import a Code Group by Using an XML File 如何:使用XML文件导入代码组 msdn2.microsoft.com |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。