递归查询 meaning in English
recursive query
Examples
- Uses a recursive query common table expression to return the direct and indirect employees of the specified manager
Dbo . uspgetmanageremployees使用递归查询(公用表表达式)来返回指定经理的直接和间接下属。 - Uses a recursive query common table expression to return the direct and indirect managers of the specified employee
Dbo . uspgetemployeemanagers使用递归查询(公用表表达式)来返回指定雇员的直接和间接上司。 - Uses a recursive query common table expression to return all product assemblies that use the specified product component
Dbo . uspgetwhereusedproductid使用递归查询(公用表表达式)来返回使用指定产品组件的所有产品部件。 - This time , however , i prefer to show a different approach and present code that recursively queries the xml from the wordnet server developed in the
但这一次我选择了另一种方法,从本系列上一期文章开发的wordnet服务器上递归查询xml 。 - In earlier versions of sql server , a recursive query usually requires using temporary tables , cursors , and logic to control the flow of the recursive steps
在sql server的早期版本中,递归查询通常需要使用临时表、游标和逻辑来控制递归步骤流。