该查询是一个字符串。
怎么写这个疑问?
Select a record from the results of this query.
从这个查询的结果中选择一个记录。
This query provides the id of the first contact in a list.
这个查询提供了列表中的第一个联系人的ID。
This query may seem complex, due primarily to its length.
该查询似乎很复杂,这主要是因为它的长度。
This query USES square brackets, so what's wrong with it?
这个查询使用了方括号,那么它错在哪里呢?
This query plan shows an index scan using our functional index.
该查询计划显示索引扫描使用了函数索引。
This query plan shows full table scans.
该查询计划显示了全表扫描。
This query plan shows a full table scan.
该查询计划显示了一个全表扫描。
This query plan shows the use of a functional index.
该查询计划展示了函数索引的使用。
What is the result type of this query?
这一查询结果是什么类型?
This query instructs DB2 to retrieve the element of contacts for various companies.
这个查询指示DB2检索不同公司联系方式的元素。
This query returns the same result set as in Example 3.
该查询返回的结果与示例3返回的结果相同。
Figure 2 shows a possible plan for this query.
图2显示了这个查询的一个可能的计划。
Listing 3 shows the result of this query run against the data in Listing 1.
清单3展示了针对清单1中数据运行该查询时得到的结果。
You may wonder why a WHERE clause appears in this query.
您可能想知道,为什么这个查询中出现了一个WHERE 子句。
You will rarely need this query.
您很少需要此查询。
Another way to phrase this query is: "On which elements is this element immediately dependent?"
另一种表达这个查询的方法是:“这个元素是依存予哪个元素的?”
Listing 7 shows the section in the Dynamic SQL snapshot output for this query.
清单7展示了动态sql快照输出中针对该查询的那部分。
Since this query is a cursor, DB2 is facing a dilemma.
因为这个查询是一个游标,因此DB 2正面临一个窘境。
Figure 3 illustrates the workings of this query.
图3演示了该查询是如何工作的。
This query will return only 200 rows.
该查询将只返回200行。
Another way to phrase this query is: "On which elements is this element dependent?"
另一种表达这个查询的方法是:“这个元素是依存予哪个元素的?”
Listing 3 illustrates this query in practice.
清单3实际演示了此查询。
Given the sample data, no records are returned for this query.
对于示例数据,该查询不返回任何记录。
Figure 13 illustrates the output of this query.
图13显示了此查询的输出。
You can see the expected result of this query in Figure 10.
在图10中您可以看到该查询的预期结果。
This query will return a set of XML elements and values.
这个查询将返回一组xml元素和值。
Other users that would have qualified for this query will be ignored.
符合该查询条件的其他用户将被忽略。
Running this query should return the XML document shown in Listing 4.
运行该查询将返回清单4所示的XML文档。
应用推荐