如果测试中的该参数小于生产中的,您就可能会开始看到SQL 0101n消息,因为缺乏编译查询所需要的语句堆空间。
If this parameter is smaller on test than that in production, you may start seeing SQL0101N message due to lack of space in statement heap needed to compile the query.
提取这个语句的最简单的方式是从最内层的圆括号开始,向外构建。
The simplest way to extract this statement is to start from the innermost parentheses and build outwards.
在测试所有方法之后,就可以开始分析对未测试的语句进行测试的必要性。
Once all the methods are tested, you can begin looking at what's necessary to activate any untested statements.
或者,可以用BEGINWORK语句开始一个新事务。
Or, you can start a new transaction with a BEGIN WORK statement.
而本小节开始所提到的问题将被转换成下列SQL语句。
The questions mentioned at the start of this section were translated into the following SQL statements.
当估算远程调用的时间时,例如,用跟踪语句,了解每一部分从哪里开始以及到哪里结束非常重要,因为这样才可以在适当的位置设置跟踪语句。
When measuring the time for a remote call, for example with trace statements, it is important to know where each part starts and ends, so that the trace statements can be appropriately placed.
由于 STMTKEY元素中的语句包含特殊的XML字符 ,因此需要用一个CDATA 部分将查询文本包围起来,CDATA 的开始部分为
Since the statement in the STMTKEY element contains the special XML characters , the query text needs to be enclosed in a CDATA section starting with
这正是在本文开始处执行的sql脚本文件中使用的语句。
This is the exact statement used in the SQL script file you executed at the start of this article.
我们从基本操作开始:从头创建模型并向其添加rdf语句。
Let's start with the basics: creating a model from scratch and adding RDF statements to it.
DB 2将历史表中所删除行的结束时间设置为与delete语句的最新事务相关联的开始时间。
DB2 sets the end time of the deleted row in the history table to the start time that is associated with the most recent transaction of the delete statement.
当应用程序从头开始构建整个SQL 语句时,通常会用到变动列表动态 SQL。
Varying-list dynamic SQL is typically used when an application builds the entire SQL statement from scratch.
一开始,他和他的同事们向电脑中输入了80条讽刺语句和数百条非讽刺语句,这些句子都是他们从亚马逊网站的用户评论中撷取的。
To begin, he and colleagues fed the computer 80 sarcastic sentences and several hundred non-sarcastic sentences that they had plucked from Amazon user reviews.
只有完成这些设置之后,才开始执行这条语句。
您可以从当前语句开始运行直至到达一个断点(或程序尾部)。
Run from the current statement until a breakpoint (or the end of the program) is reached.
起先,我们将“if…else”语句放入我们的JS p中,沿着一条不确定的路径开始。
At first, we started down a precarious path of putting "if... else" statements into our JSP.
这个代码的确好了很多,它开始读取更多像 “按姓氏对人们进行分类” 之类的问题语句。
This is definitely getting better — the code is starting to read more like the problem statement "sort people by last name."
如前面的文章中所述,continue语句使包含它的循环开始下一次迭代。
As discussed in the previous article, the continue statement causes the containing loop to start the next iteration.
文件开始部分是一些import语句,告知mtf规则所引用的emf模型,如清单3中所示。
The file begins with some import statements, which tell MTF which EMF models the rules refer to, as Listing 3 shows.
通过同时传入要开始搜索的节点和指定要搜索节点的xpath语句来调用findValue。
FindValue is called by passing in both a node from which to start the search and an XPath statement that specifies the node you're searching for.
例如,如果用for关键字开始一个新语句,输入Ctrl +Space会得到图3中的模板选项。
For example, if you start a new statement with the for keyword, entering Ctrl + Space gives you the template options shown in Figure 3.
请注意开始处的import语句如何拉入email.parser库以及其他几个流行的python库。
Py script; note how the import statements at the beginning pull in the email. Parser library along with several other popular Python libraries.
通过传入一个开始搜索起始节点和一个指定正在搜索节点的xpath语句来调用getValue。
GetValue is called by passing in both a node from which to start the search, and an XPath statement that specifies the node we're searching for.
此脚本从连接数据库开始,然后对games表执行一条insert语句,并获取生成的ID。
The script starts by connecting to the database. It then executes an INSERT statement against the games table and gets back the ID that was generated.
接下来我们分析一下清单1中的比较关键的代码,我们先从下面的一条语句开始看起。
Let's interpret the key statements in Listing 1, beginning with this one.
首先在第284行开始添加一些库包含(include)语句和变量声明。
Begin by adding some library includes and variable declarations starting at line 284.
然后可以开始将文本输入(或将文本粘贴到)CommandInput窗口中,确保每个命令或 SQL语句以语句分隔符号结束。
You can begin typing in (or paste text into) the Command Input window, making sure that each command or SQL statement ends with a statement termination character.
如果某条语句发出一个存在处理程序的条件,那么SQLSTATE和SQLCODE变量的值就可以在开始执行处理程序时获得。
If a statement raises a condition for which a handler exists, the values of the SQLSTATE and SQLCODE variables are available at the beginning of the handler execution.
DB 2在执行第一条更改表数据的语句时生成一个开始时间列。
DB2 generates the start time column when it executes the first statement that changes the table's data.
该清单延续清单1的结尾;开始先对随DB2UDB 提供的SAMPLE数据库中的ORG表运行简单的SELECT语句。
The listing continues from the end of Listing 1; it begins with a simple SELECT statement run against the ORG table in the SAMPLE database that comes with DB2 UDB.
该清单延续清单1的结尾;开始先对随DB2UDB 提供的SAMPLE数据库中的ORG表运行简单的SELECT语句。
The listing continues from the end of Listing 1; it begins with a simple SELECT statement run against the ORG table in the SAMPLE database that comes with DB2 UDB.
应用推荐