• 对于每一具有相同数量次序聚合度量需要单独选择语句正确地计算

    A separate select statement will be needed to properly calculate each set of measures that share the same number and dimensional order of aggregations.

    youdao

  • 因此可以计算多个数量轻松地将多个结果返回给调用语句

    Therefore, you can compute multiple quantities and easily return them to the calling statement.

    youdao

  • when子句计算结果触发器语句操作部分执行

    Only if the WHEN clause evaluates to true will the action part of trigger statement be executed.

    youdao

  • 单件我们提供了种可以 SQL语句一个UDF 进行聚集计算时需要的数据存储另外对象当中的方式

    The singleton provides us with the means to store another object that is used for the aggregation done in each UDF in the SQL statement.

    youdao

  • 然而每个语句访问计划基本相同重复计算一种资源浪费

    However, the access plan for all the statements was likely the same, so it was a waste of resources to repeatedly calculate it.

    youdao

  • 数据库服务器自动发出UPDATESTATISTICS语句引用该表所有SPL重新计算统计信息。

    The database server automatically issues the UPDATE statistics statement to recalculate routine statistics for all SPL routines that reference the table.

    youdao

  • Wolfram | Alpha宗旨允许用户输入人性化的表达语句,并基于此进行计算

    The aim is to allow users to type human-like statements and have computations done on those.

    youdao

  • 需要xpath语句返回呈现文本中执行检查否则诸如之类的各个标记影响距离计算

    Word distance checks need to take place in the rendered text as returned from the XPath statement; otherwise, various markup, such as, will affect the distance calculations.

    youdao

  • SHIP1操作相关语句表明标量子查询Oracle计算

    The statement associated with the SHIP1 operator shows the scalar subquery being computed on Oracle.

    youdao

  • 注意上面计算所有货品总价可以使用let语句分配一个变量

    Note: the sum of all the items that was calculated above could have been allocated to a variable using a let statement.

    youdao

  • 因此使用sql语句缓存作为输入时,应该当天不同时间运行Design Advisor,计算范围的sql语句

    Therefore, when using the SQL statement cache as input, you should run the Design Advisor at different points throughout the day to evaluate a broader range of statements.

    youdao

  • while循环if语句一样,支持可选else子句,其中包含表达式计算False时执行程序语句

    The while loop, as was the case with the if statement, supports an optional else clause containing a block of program statements executed when the expression is False.

    youdao

  • 包含sql语句输入文件一个代替办法Design Advisor计算数据库sql语句缓存内容

    As an alternative to an input file containing SQL statements, you can also have Design Advisor evaluate the contents of the database's SQL statement cache.

    youdao

  • 可以存在参数标记因为Design Advisor没有实际执行sql语句它们计算其他可行访问计划

    Parameter markers are allowed because the Design Advisor does not actually execute the statements, it only evaluates alternative access plans for them.

    youdao

  • 这两个代码块都会使用switch语句计算int,从而得到输出控制台的供人阅读的字符串值。

    Both blocks of code evaluate an int value using a switch statement that results in a human-readable string value printed to the console.

    youdao

  • 因此查询处理仅限于模式文档实例因为模式的所有实例计算where语句结果都是false。

    Hence, the query processing is limited to the document instances from the new schema, because all instances from previous schema evaluate the where statement as false.

    youdao

  • 为了说明一点哦个计算连续运行了很多次相同的代码段,结果运行时都是4.9删除了打印结果的println语句之后,运行时间则缩短到0.08秒。

    To illustrate this point, one of his code snippets consistently runs in 4.9 seconds on his computer, but if he omits a println that displays the result, it consistently runs in 0.08 seconds.

    youdao

  • 记住表达式True执行if语句表达式在当变量i不能25整除计算为True。

    Remember that you execute the body of an if statement only if the expression is True, which for this expression happens when the variable I is not evenly divisible by 25.

    youdao

  • 但是,计算机算法与人解读新闻资讯方式并不相同,它们需要叙事形式、甚至可以不通过语句的形式来传递信息。

    They don’t need their information delivered in the form of a storyor even in sentences.

    youdao

  • 但是第二if语句计算True因为变量i能被125整除(并且not运算符结果0转换布尔值True)。

    But now the second if statement evaluates True because the variable I is evenly divisible by 125 (and the not operator turns the resulting 0 into a Boolean True).

    youdao

  • 如果选择继续运行脚本会重新计算当前执行的语句数,也就是说,如果这个数值再次达到上限时,你再次看到这个对话框

    If you choose to continue running the script, then the executed statement count is reset. You will see the dialog again if the number of statements once again reaches the maximum.

    youdao

  • 如果多个度量它们的聚合函数应用于同样而且次序相同,那么可以同一个语句计算这些度量。

    If the multiple measures apply their aggregation functions on the same dimensions and in the same order as each other, the measures can all be calculated in the same statement.

    youdao

  • 下面步骤创建这些变量为其赋还将添加日志记录语句以便了解计算运行时发生的情况。

    The next steps will create and assign values to those variables along with a logging statement so you can see what is occurring as the machine runs.

    youdao

  • 但是请注意前面这个语句用这个语句计算浮动值。

    But notice the previous line, where I am computing volatility.

    youdao

  • 计算语言专栏作家写作语句子时怎样避免误导读者一些技巧

    Some tips from the Monitor's language columnist on how to avoid writing sentences that send readers off in the wrong direction.

    youdao

  • 因为Python需要错开表达式计算TrueFalse时应该执行语句,所以两个print语句进了4个空格

    Because Python requires indentation to offset the block of statements that should be executed if the expression evaluates True or False, the two print statements are both indented four Spaces.

    youdao

  • 计算行的总数就是在len (s)语句返回清单元素数量

    Counting the total number of lines is simply the number of elements in the list returned with the len (s) statement.

    youdao

  • if语句支持一个可选else子句指示表达式计算False时应该处理程序语句

    The if statement supports an optional else clause that indicates a block of program statements that should be processed if the Boolean expression evaluates False.

    youdao

  • Python中的第二控制语句while循环,表达式计算True时执行程序语句

    The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.

    youdao

  • 这个计算利用local语句x声明局部变量只能mycalc函数范围使用。

    The calculator makes use of the local statement to declare x as a local variable that is available only within the scope of the mycalc function.

    youdao

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

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

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