| 1. | Write the nested loops in the normal way 以常规方法编写嵌套循环。 |
| 2. | If you have nested loops of the same type , for example nested 如果嵌套循环的类型相同(例如嵌套的 |
| 3. | Skipping from within a nested loop 从嵌套循环中跳转 |
| 4. | Conversion , however , is to manually build a suffix out of nested loops 转换的方法是手工在嵌套循环之外构建一个后缀。 |
| 5. | Adjusted the wording of the introduction and added the forcing of a nested loop join 调整了简介的措辞并添加了强制使用嵌套循环联接。 |
| 6. | In this example , two nested loops are used to search for a substring within a string 在此示例中,使用了两个嵌套循环来搜索一个字符串中的子字符串。 |
| 7. | The result is less code and the elimination of a common source of errors when writing nested loops 结果是当编写嵌套循环时更少的程序代码和消除了共同的错误源。 |
| 8. | Because the for loop container can include other for loop containers , you can build nested loops and implement complex looping in packages 因为for循环容器可以包含其他for循环容器,所以可以在包中构建嵌套循环和实现复杂循环。 |
| 9. | The above example shows that sequential scan and indexes are used to do the data retrieval , and the nested - loop join method is used to join all tables 以上示例展示了如何使用连续扫描和索引来进行数据检索,以及如何使用嵌套循环连接方法来连接所有表。 |
| 10. | Join plan directives that force optimizer to use the designated join method to join tables in the query , either nested loop join , sort merge join , or dynamic hash join 连接计划指示,强制优化器使用指定的连接方法来连接查询中的表,要么是嵌套循环连接、分类合并连接,要么是动态哈希连接。 |