• To use a table subquery, you need to use an SQL operator to combine the embedded query with a Boolean expression.

    使用表查询需要使用SQL操作符嵌入式查询布尔表达式组合在一起。

    youdao

  • Note: the query optimizer considers using a functional index when the index expression is used in a relational expression or as an argument to one of the operator class functions.

    注意索引表达式用于关系表达式,作为某个操作符函数参数时,查询优化器将考虑使用函数索引。

    youdao

  • The operator USES rule files containing regular expression rules to extract concepts from text columns.

    这个操作器使用包含正则表达式规则规则文件文本中提取出概念

    youdao

  • Generate the expression for the join predicate by applying the join operator to the expressions for the left and right attributes.

    联结操作符应用于左右属性表达式,从而产生联结谓词表达式

    youdao

  • The WHERE clause contains two expressions that are joined by the or operator, which means that if either expression evaluates as TRUE for a specific row, that row will be deleted.

    where子句包含OR操作符联结两个表达式意味着对于特定如果任一表达式TRUE,则删除该行。

    youdao

  • Right-click the first output port (Output) of the Regular Expression Lookup operator and select Create suitable table from the context menu.

    右键单击RegularExpressionLookup操作器第一个输出端口 (Output),上下文菜单中选择Createsuitabletable

    youdao

  • The * operator matches the previous expression 0 or more times.

    操作符 *匹配之前的表达式零次以上

    youdao

  • Equally clearly, int or double may not: find uses the expression *first, and the dereference operator makes no sense for an object of type int or of type double.

    同样或者不是intdoublefind使用表达式 *first这个废弃操作使int对象或者double对象没有意义

    youdao

  • This expression can be as simple as a variable (as shown in Listing 2) or a method call (like getList()), or a complex expression that involves boolean logic or a ternary operator.

    表达式可以简单到就是变量如清单2或者是一个方法调用(例如getList()),亦或是包含布尔逻辑三目运算符复杂表达式。

    youdao

  • For Java developers, this is exactly the way the ternary operator — the? : expressionworks.

    表达式——工作方式

    youdao

  • Just like the n1 + n2 expression from the previous statement, this value is given by an expression involving the + operator.

    前面语句中n1 +n2这个表达式一样,这次也是通过一条含有+的表达式来赋的。

    youdao

  • The alternation operator (|) matches either the preceding or following expression.

    交替操作符(|)匹配前置后置表达式。 它必须匹配前一个或后一个表达式之一。

    youdao

  • It is a greedy operator. Consider the following expression.

    一个贪婪操作符

    youdao

  • When an expression is evaluated, each operator is applied to the data values represented by the surrounding terms.

    一个表达式赋值时,每个操作符将会应用于其周围所有项所代表数值

    youdao

  • Any expression which is used to build up a compound sentence out of simpler sentences will be called a sentential operator, because it "operates" on sentences to produce more complex forms.

    任何用于简单句子构成复杂表达称为一个句子运算符是因为句子上进行“运算产生出复杂形式

    youdao

  • Listing 15 applies the decltype operator on a variable and shows the usage of the operator with an expression.

    清单15一个变量应用decltype操作,演示对表达式使用这个操作符方法。

    youdao

  • If you prefer not to use a long string concatenation statement like this, an alternative is to use the string formatting operator which enables you to have an expression like.

    如果喜欢使用这么长的字符串连接语句一种方法使用字符串格式操作符,可以使用下面这样的表达式。

    youdao

  • The next statement in the loop body is a second if statement that tests whether the variable I is evenly divisible by 125, but this expression is preceded by the not operator.

    循环中的语句第二if语句,测试变量i是否能被125整除但是表达式前面加了一个not运算符。

    youdao

  • With the Regular expression Lookup operator you can find the text sections that match the expressions contained in the selected rule files.

    通过使用RegularExpressionlookup操作器,可以找到与所选规则文件中包含表达式匹配文本部分

    youdao

  • An operator, such as the + sign, is a character (or sometimes a short sequence of characters) that indicates a computational operation. In an expression, a term must be one of the following.

    操作符,例如+,字符(或者有时候一小字符)指明运算种类

    youdao

  • When an expression contains more than one operator, the order of evaluation depends on the order of operations.

    表达式可能会包含不止一个运算符,这些不同运算先后次序就是运算符的优先级。

    youdao

  • Do not use an increment or decrement operator on the same object in more than two subexpressions of the same expression.

    个表达式里,不要两个更多表达式同一对象做自或自操作

    youdao

  • Note that numeric literals do not include a sign; a phrase like -1 is actually an expression composed of the operator - and the literal 1.

    注意数值型面值包括符号(译注:正负号),-1实际上是个组合运算符“-”面值1的表达式

    youdao

  • This type of expression uses one pair of parentheses for each operator. Theparentheses dictate the order of operations; there is no ambiguity. There isalso no need to remember any precedence rules.

    书写表达式方法叫做“完全括号”,这种表达式把一个操作都加了括号,表达完全精确,不必记忆优先级规则

    youdao

  • Using the current commonly used operator priority method, introduces a common expression of the calculation process, and one of the key issues, operator precedence matrix design and implementation.

    使用目前常用的算优先,对通用表达式计算过程进行介绍其中关键问题——运算符优先矩阵的设计和实现进行了研究。

    youdao

  • This article used the operator first to analyze and the storehouse method has given the arithmetic expression computation process.

    本文采用算符优先分析堆栈方法给出算术表达式计算过程。

    youdao

  • Just enclose the query expression in parentheses, and then apply the dot operator and call the method.

    只需查询表达式括号内,然后应用运算符调用方法

    youdao

  • On the other hand, it can be used within a parenthesized expression or within the second expression of a conditional operator in such contexts.

    一方面,可以使用一个带括号表达式第二个表达式这样的环境条件操作符

    youdao

  • On the other hand, it can be used within a parenthesized expression or within the second expression of a conditional operator in such contexts.

    一方面,可以使用一个带括号表达式第二个表达式这样的环境条件操作符

    youdao

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

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

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