• 默认情况下,IBMCognos8将会运行顺序查询

    By default, IBM Cognos 8 will run the queries sequentially.

    youdao

  • 系统包括上位软件RS232—485转换器、分机模块电缆连接4部分,监控程序设计采用顺序查询方式执行主程序。

    The system consists of upper computer software, RS232-485 converter, every kind of modules and cables. And finally the monitor program is designed with the sequential query mode.

    youdao

  • 批处理查询应用程序通常要进行大量顺序处理用于OLTP数据访问往往具有随机性

    Batch and query applications typically do a lot of sequential processing, while data access for OLTP tends to be more random in nature.

    youdao

  • 可以定义那些影响执行计划某些属性准则比如查询中的某个索引说明或者一对连接顺序

    You can define guidelines that influence only a few attributes of an execution plan, such as index specification for a certain table in the query or join order for a pair of tables.

    youdao

  • select语句中使用视图可以限制连接顺序,同时也限制查询优化器在考虑访问计划选择

    Using views in a SELECT statement can restrict the join order of the tables and limit the query optimizer's choices when considering access plans.

    youdao

  • 每一个查询包含相同数量项目它们具有相同名称顺序这样它们就能够第三查询中实现联合。

    Each query will contain the same number of items with the same names and in the same order so that they can be unioned in the third query.

    youdao

  • 可以使用按照宽度优先顺序查询结果进行排序

    The pseudo column value is also used to sort the query results in breadth-first sequence.

    youdao

  • 这些操作分享共有事务但是查询DML操作的执行顺序上有一些严格规则

    These operations could share a common transaction, but there are strict rules about the order in which queries and DML operations are performed.

    youdao

  • 定义顺序SQL查询中的数据字段相符

    Make sure the column definition order matches the data fields of the SQL query.

    youdao

  • 选择正确顺序可以影响是否查询正确数据源以及出现故障时网络恢复能力。

    Choosing the right order can affect whether the correct data source is queried and the resilience of your network in case of failure.

    youdao

  • 包括使用索引数据库中检索字段次数以及执行查询步骤顺序

    It includes the indexes that are used, The Times at which fields are retrieved from the database tables, and the order of steps in which the query is executed.

    youdao

  • 如果查询涉及到顺序谓词不要改变模式中的元素顺序

    Do not change the order of the elements on the schema when the queries consider ordered predicates.

    youdao

  • 定义查询元素中的行顺序决定它们在ORDERBY子句中从左顺序确定了它们的排序优先级

    The row order in the query elements table in which columns are defined determines their left to right sequence within the order BY clause, which in turn determines their sorting priority.

    youdao

  • 文件不仅用于查找信息进行配置而且用于配置不同源的查询顺序

    The file configures not only the sources used to locate the information, but also the order in which the different sources are queried.

    youdao

  • DB 2压缩功能可以减少磁盘存储需求同时改进执行扫描大量查询顺序读取访问

    DB2 row compression features can decrease disk storage requirements while at the same time improve sequential read access of large queries which perform full table scans.

    youdao

  • 重要只能用于soap格式的消息并且不能修改消息部分类型或者消息查询顺序,而对于大容量情况而言,一点有时至关重要的。

    Most importantly, it is usable only for SOAP-formatted messages, and it cannot modify message part types or sequence of message interrogations that is sometimes critical in high-volume situations.

    youdao

  • 搜索这些顺序不确定的,因此如果匹配帐户存在多个域中无法预先知道哪个帐户实例解析查询

    The order of this domain search is undetermined, so if a matching account exists in more than one domain, it is not possible to know in advance which instance of the account will resolve the inquiry.

    youdao

  • 通常查询连接顺序很大程度上决定查询执行性能因为过滤效率越高。

    Often the join order of a query will greatly determine the query execution performance, since it is more efficient to filter rows as early as possible.

    youdao

  • 所有REST查询必须通过签名令牌签名的方式进行认证,该过程通过对按小写字母顺序排序查询参数使用钥进行签名。

    All REST queries must be authenticated by signing the query parameters sorted in lower-case, alphabetical order using the private credential as the signing token.

    youdao

  • 切换ResultLayout页面选择适合查询结果排序顺序

    Switch to the result Layout page and choose the columns and sort order that best suit your query results.

    youdao

  • ApacheDerby处理查询执行的过程进行分解时,顺序十分直观。

    When you break down the process Apache Derby follows when processing a query, this order is intuitive.

    youdao

  • 假设需要前面XPath查询(清单2)返回结果按照字母顺序排列,清单3

    Suppose you wanted to return the results from the earlier XPath query (Listing 2) in alphabetical order, as shown in Listing 3.

    youdao

  • 让我们通过以下示例来逆向工作:假设指定查询Nathen我们需要按照顺序匹配nathanJonathan数据

    Let's work backward, instead, with the following example: with a specified query of Nathen, we want to match data entries of Nathan and Jonathan, in that order.

    youdao

  • fraggle . py查询一个明显改进根据进行分组,不是单单根据时间顺序进行显示

    One obvious improvement to the query in fraggle.py would be to group by source, rather than pursuing just a time-ordered display.

    youdao

  • 清单中的查询日期顺序返回parking_tickets数据库中的所有文档

    The query in Listing 9 returns all the documents in the parking_tickets database sorted by date.

    youdao

  • 影响XML查询中的连接顺序连接方法

    Influencing join orders and join methods in XML queries.

    youdao

  • 执行读取操作顺序是从web获取请求(需要执行一次数据库查询)检查之前缓存存储查询结果

    The sequence I follow when performing reads is to take a request (that requires a database query) from the Web tier and check the cache for previously stored results of that query.

    youdao

  • 添加一个ORDERSIBLINGSBY子句只能分级查询子句组合使用,并且预先定义的顺序返回同级查询结果。

    Adding an ORDER siblings BY clause which is only allowed in composition with the hierarchical query clause and will return the siblings in the predefined sequence.

    youdao

  • 允许用户添加额外的过滤项时间顺序以帮助用户建立一个复杂搜索查询

    Enable the user to add several modules, stacked in chronological order as the user builds up a complicated query.

    youdao

  • 允许用户添加额外的过滤项时间顺序以帮助用户建立一个复杂搜索查询

    Enable the user to add several modules, stacked in chronological order as the user builds up a complicated query.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定