到目前为止您已经了解了- e和-M开关所起的作用:导入模块和运行语句。
So far you have seen the -e and -m switches in action: import a module, and run a statement.
这样可以显著地减少运行sql语句的处理和响应时间。
This can significantly reduce the processing and response time in running SQL statements.
在运行insert语句之后,应用程序将永远都不知道放入了主键列中的是什么值。
The application never knows what value is put into the primary key column after running the INSERT statement.
我在运行该语句时,可以自己设置分辨率和置信度吗?
Can I set the resolution and confidence values myself when I run the statement?
为了确保所有已有的行都得到适当的处理,运行update语句。
To ensure that all existing rows are handled properly, the UPDATE statement is run.
她可以在目标服务器上运行该DDL语句,或打开并编辑文件,或两样都做。
She can run the DDL statements on the target server or open the file for editing, or she can do both.
要静态地运行任何sql语句,需要有一个与其相关联的DB 2 sql包。
To run any SQL statement statically, it needs to have a DB2 SQL package associated with it.
执行语句的用户必须具有适当的特权,才能在运行时执行语句,特权可以是明确授予他们的,也可以是通过组成员关系授予的。
The user executing the statement must have the appropriate privileges to execute that statement at run-time, either because they were explicitly granted them or possess them through group membership.
清单9显示了如何定义连接参数,以便sql语句嵌套运行。
Listing 9 shows how to define the connection parameters so that the SQL statements run in-line.
还可以通过一个饼图看到运行次数最多的语句(见图1),这个饼图按照每个语句类型的运行次数百分比划分。
You can also see which statements have been run the most with a pie chart (see Figure 1) that breaks out each statement type by percentage of statements that have been run.
这会显示此事务已经运行的sql语句列表。
A list of SQL statements which have been run for the transaction is displayed.
这是否等效于以HIGH模式运行该语句?
当对数据库中的大量数据进行操纵时,最好运行该语句。
Ideally, it is preferred to run this statement when a bulk of data is manipulated in the database.
还可以使用DWB开发SQLJ应用程序,并创建、编辑和运行SQL语句和XML查询。
You can also use the DWB to develop SQLJ applications, and create, edit, and run SQL statements and XML queries.
您可以从当前语句开始运行直至到达一个断点(或程序尾部)。
Run from the current statement until a breakpoint (or the end of the program) is reached.
转换后,将运行sql语句,并且从函数返回结果。
After it is converted, the SQL statement is run, and the results are returned from the function.
清单3显示了运行sql语句的示例脚本。
Listing 3 shows an example of a script that runs an SQL statement.
必要时候,可以通过运行ALTERSEQUENCE语句更改其设置。
You can change its Settings by running ALTER SEQUENCE statement any time when it is necessary.
存储在PerformanceWarehouse中的其他类型的数据是指那些由可以从DB2PE内部运行的语句事件监视器所收集的数据。
The other type of data stored in the Performance Warehouse is that which is collected by the statement event monitors you can run from within DB2 PE.
语句在无限循环中运行。
运行示例delete语句,模拟删除两个表中所有行的错误的应用程序逻辑。
Run sample delete statements to reproduce the bad application logic that deleted all rows in two tables.
为了运行查询语句,OGSA - DAI提供包含在SQLQueryStatement活动中执行的查询的执行文档。
To run a query statement, provide a perform document that includes the query to execute within a SQLQueryStatement activity.
在目标表所在的服务器上,运行merge语句,如清单14所示。
On the server with the target table, run the merge statements, as shown in Listing 14.
以服务器模式启动HSQLDB引擎,这样用户应用程序和SQL控制台(像 HSQLDB自带的 DatabaseManager实用工具)都可以运行 SQL 语句。
Start the HSQLDB engine in server mode, so both the user application and an SQL console (like HSQLDB's own DatabaseManager utility) can run SQL statements at the same time.
需要花费两天时间来运行的语句是。
ELAPSED _TIME:运行该语句所消耗的时间(以秒计算)。
ELAPSED_TIME: the elapsed time spent running the statement (in seconds).
SessionID:运行此sql语句的用户的数据库会话id。
Session ID: Database session ID of the user running the SQL statement.
使用恢复任务助手恢复数据库,并前滚到运行delete语句之前的时间点。
Use the restore task assistant to restore the database and roll forward to a point in time before the delete statements were run.
还可以使用Data Stuidio开发SQLJ应用程序,以及创建、编辑和运行sql语句和XML查询。
You can also use the Data Stuidio to develop SQLJ applications, and create, edit, and run SQL statements and XML queries.
使用exec函数运行该sql语句。
应用推荐