用户在命令行上或通过定制应用程序运行这样的CREATEtable语句将在每个表中创建这些列。
Running such a create table statement — by a user at the command line or by a custom application — creates these columns within each table.
使用FLUSHPACKAGE命令来删除包缓存器中当前所有缓存的动态sql语句,并强制隐式地编译下一请求。
Use the FLUSH package command to remove all cached dynamic SQL statements currently in the package cache and force the next request to be implicitly compiled.
该查询可以通过DB2命令行界面或图形查询工具以交互方式执行,是一个标准的SQL语句,调用了两个XML 特定的函数。
This query, which can be executed interactively through a DB2 command-line interface or graphical query tool, is a standard SQL statement that invokes two XML-specific functions.
在SQL编程中,可以使用SQL命令PREPARE将含有任何(数学)公式的字符串转换成可执行的sql语句。
In SQL programming, a string containing any (mathematical) formula can be converted into an executable SQL statement with the SQL command PREPARE.
在LOAD命令中提供相应的select语句,就会隐式地定义游标。
Instead the cursor definition is implicitly done by providing the corresponding SELECT statement within the LOAD command.
在这里您可以使用getscroll insensitive游标命令,并再一次为要包括的数据指定sql语句。
Here you use the get scroll insensitive cursor command, once again specifying an SQL statement for the data to include.
您还可以通过发现结果集或手工定义一个或多个返回结果集,来定义select命令的形式是一条sql语句还是存储过程调用。
You can also define the shape of your select command, be it an SQL statement or stored procedure call, by either discovering the result set or manually defining the one or more returned result sets.
使用GRUB,您可以键入另一组内核命令和initrd语句;或者,最好使用前面介绍的编辑功能编辑一个现有条目。
With GRUB, you could type in another set of commands for the kernel and initrd statements, or, preferably, you could use the edit facility described above to edit an existing entry.
DB 2 Command-该命令对象支持使用数据连接对象执行任何受支持的sql语句或存储过程。
DB2Command - The command object allows for executing any supported SQL statement or stored procedure using a data connection object.
在pass - through会话中提交的sql语句和命令不会通过联邦查询编译器。
The SQL statements and commands submitted in a pass-through session do not go through the federated query compiler.
再次调用HISTORY命令来显示缓存中现在有5个命令,包括修改的SELECT语句。
Invoking the HISTORY command again shows that there are now five commands or statements in the cache, including the modified SELECT statement.
在BSD命令行中,登录到mySQL并执行清单5的语句来创建数据库。
From the BSD command line, log into mySQL and execute the statement in Listing 5 to create a database.
重写后的查询也称为“OptimizedSQL”,它将在使用db2exfmt命令解释语句时出现。
The rewritten query known as "Optimized SQL" is visible when you explain the statement with the db2exfmt command.
有多种方法可完成该工作,但通常都包含构建一个定制的SQL命令,作为update语句用于EMPLOYEE表。
There are several ways to do this, but usually it consists of building a custom SQL command to be used as an update statement for the EMPLOYEE table.
在php中,sql语句是使用db2_exec或db2_execute命令来运行的。
In PHP, SQL statements are run using either the db2_exec or db2_execute commands.
Reference提供关于不同DB2命令、SQL语句、API、配置参数等等的参考。
Reference Provides information about the different DB2 commands, SQL statements, APIs, configuration parameters, etc.
使用DECLARECURSOR命令定义一个游标,它使用select语句读取源表sales的所有数据。
With the DECLARE cursor command, a cursor is defined that reads all data of the source table SALES using a trivial SELECT statement.
要停止HSQLDB服务器,所需要的只是一个作为sql语句的SHUTDOWN命令。
To stop the HSQLDB server, all that's needed is a SHUTDOWN command as an SQL statement.
如果找到一个选项,则getopts命令返回true,因此常见的选项处理范例使用带case语句的while 循环,本例中就是如此。
The getopts command returns true if an option is found, so a common option processing paradigm uses a while loop with a case statement as in this example.
在清单1中的命令执行名为test .sql的文件中包含的sql语句。
The command in Listing 1 executes the SQL statements in a file named test.sql.
通常您不会联系到命令行的另外一项任务就是使用准备好的语句。
Another task you don't normally associate with the command line is the use of prepared statements.
第一个示例是本文中使用的表示法,第二个示例是缩写表示法,第三个示例是不使用任何缩写的完整命令语句。
The first example is the notation I am using in this demonstration, the second example is the abbreviated notation, and the third example gives the full command statement without any abbreviations.
实际上,如果对转换进行良好的文档记录,甚至可以在配置中混合声明式语句和命令式语句。
In fact, if the transformation is well documented, you can even mix declarative and imperative statements within your configuration.
因此,GRANT命令通常会出现在 DDL中的对象创建语句之后,如数据表。
Therefore, GRANT commands are often included in the DDL after objects, such as tables, are created.
命令式编程由一系列带有明确顺序的语句构成,它们的算法和编程构造严重依赖于应用程序的状态。
Imperative programs are formed by a sequence of statements with an explicit order, and their algorithms and programming constructs rely heavily on application state.
为了指定新任务应该运行的命令,在这里输入在每次运行任务时执行的多个sql语句(以分号分隔)或一个用户定义函数。
In order to specify the command that the new task should run, enter multiple SQL statements separated by semicolons or a user-defined function here which is executed at every task run time.
该命令关闭sql语句的自动提交,并删除在CLP交互输入模式下显示的提示符。
This command turns off the automatic commitment of SQL statements and removes the prompt that is displayed in CLP interactive input mode.
这种情况下,强烈建议读者使用原生的CLRPFM命令,而不是SQLdelete语句。
In these cases, it strongly recommend that the reader USES the native CLRPFM command rather than the SQL DELETE statement.
CLP接受来自DB 2命令行的命令或sql语句。
The CLP accepts commands or SQL statements from a DB2 command line.
您需要在sql语句之间包含go命令,以接受每一条语句的结果。
You need to include the go command between SQL statement to receive results from each one.
应用推荐