• You can initialize a variable in the same statement.

    可以使用相同语句初始变量

    youdao

  • In the same statement in which he unveiled the infrastructure plan, the British chancellor halved the tolls for crossing the Humber bridge.

    同一个公布基础设施计划声明英国财政大臣宣布将通过亨费用减半

    youdao

  • The with clause allows for the definition of a named query within a statement, which can be referred to at a later point in the same statement.

    with子句允许语句定义一个有名称查询同一条语句中,稍后引用这个查询。

    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

  • If all this sounds familiar, it's because we said almost exactly the same thing in our statement last month. For more details, see that statement.

    起来有点耳熟是么,是因为我们上个月声明说过几乎完全一样的话更多细节参见篇声明。

    youdao

  • If all this sounds familiar, it's because we said almost exactly the same thing in our statement last month.

    起来有点耳熟是么,是因为我们上个月声明说过几乎完全一样的话

    youdao

  • Notice that The SQL statement in Listing 7 is the same as the one in Listing 6 in the previous section.

    注意清单7中的SQL语句前面部分清单6 中的 SQL 语句相同

    youdao

  • When you run Listing 2, you should see the same results as in Listing 3. Listing 3 shows the result from the select statement.

    运行清单2应该能看到与清单3相同结果

    youdao

  • The ROLLBACK statement would fail with the error: Rollback to savepoint disallowed on updating an old server in same transaction.

    ROLLBACK语句失败收到一个错误:保存点回允许同一事务中更新较旧的服务器

    youdao

  • The query statement above returns the same information as contained in the TAX1120VIEW view.

    上面查询语句返回tax1120view视图所含内容相同信息

    youdao

  • You can refer to the multiple schemas in a single SQL statement and it will execute within the same connection (no open is required).

    可以单个sql语句引用多个模式语句同一个连接中执行(需要打开)。

    youdao

  • If the same INSERT statement is executed repeatedly, its access plan will (usually) be found in the package cache and the compilation cost is avoided.

    如果重复地执行相同insert语句,则语句的访问计划(通常)进入缓存中,这样免除编译开销

    youdao

  • Listing 9 contains the same three-way join SQL statement that was used in Listing 1 to introduce the concept of access paths and query execution.

    清单9包含相同三路联接sql语句其用清单1上以介绍访问路径查询执行概念

    youdao

  • A statement doesn't have to be specific, just an overall goal to get everyone working in the same direction.

    任务报告不必详尽只是为了使每个人朝着同一个方向而努力总体目标

    youdao

  • I mean, in this form, actually it's the same statement as in single variable calculus.

    的是,这种形式下元微积分表述一样

    youdao

  • I may have the same dynamic SQL statement in each interval, if it ran multiple times.

    如果一个动态sql语句运行了多次可能每个时间段内拥有相同的动态sql语句。

    youdao

  • If you want to use the balance sheet and income statement account information in the same the file then you will need to define the periods correctly in column data pulled.

    如果相同文件夹使用资产负债表损益表账户信息需要在拖入的数据正确定义期间

    youdao

  • Execute an SQL statement in the same session, which results in the ADVISE_INDEX table being populated with recommended (" virtual ") indexes.

    同一个会话中执行一条sql语句,这会导致建议的(“虚拟的”)索引填充ad vise_index

    youdao

  • Similarly, if the same or similar test has been run in a different environment (e.g., on a different operating system), the results should be factored into the quality statement.

    类似的,如果不同环境中运行同样相似的测试(举例来说不同的操作系统上),那么结果应该包含于质量说明中

    youdao

  • You have seen in update 9 that you can include multiple update operations for the same document in the MODIFY clause of a single update statement.

    更新9已经看到,在个更新语句modify子句中可以包含同一文档多个更新操作

    youdao

  • You can certainly make multiple modifications to the same document in a single update statement.

    可以单一更新语句中同一文档处修改

    youdao

  • In many database applications we need to repeatedly issue the same statement, sometimes with slightly different values.

    许多数据库应用程序中,我们需要重复发出相同语句,只不过使用有时略有不同

    youdao

  • I typically have the problem statement, any relevant use-case descriptions, the UML diagrams, and the code all in front of me at the same time as I work.

    通常工作同时我会问题陈述所有相关用例描述UML代码放在面前。

    youdao

  • So when the same SQL statement is executed again, DB2 finds the previously created access plan in the statement cache and reuses the access plan.

    因此同一个sql语句再次执行时DB 2语句缓存中找到此前创建访问计划并重用它。

    youdao

  • For the example, it is not the SELECT statement that caused the problematic lock, but the UPDATE statement executed just before the SELECT statement in the same transaction.

    例如不是select语句造成产生问题update语句恰好同一事务中在select语句执行

    youdao

  • In this example, the SQL statement is a dynamic statement that would allow the same attack.

    中,sql语句允许相同攻击动态语句。

    youdao

  • DB2 V8.2.2 introduces a new method that you can use to implement that same change password function in the CONNECT statement.

    DB 2V8.2.2引入了新的方法用于实现connect语句中一相同更改密码功能

    youdao

  • To get @@error and @@rowcount at the same time, include both in same statement and store them in a local variable. SELECT @RC = @@ROWCOUNT, @ER = @@ERROR

    为了同一时间获得@@Error@@Rowcount,我们应将二者包括同一语句中并将它们存储局部变量中。

    youdao

  • You don't do so in this method, but you also could check for SQL warnings on the Statement object in the same manner.

    方法这样但是可以以同一种方法检查关于Statement对象SQL警告

    youdao

  • You don't do so in this method, but you also could check for SQL warnings on the Statement object in the same manner.

    方法这样但是可以以同一种方法检查关于Statement对象SQL警告

    youdao

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

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

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