recursive query 中文意思是什麼

recursive query 解釋
遞歸查詢
  • recursive : 遞歸的
  • query : n 1 質問;詢問;疑問,懷疑。2 敢問,請問〈在疑問句前單獨使用〉。3 【印刷】(打在原稿或校樣上的)...
  1. Uses a recursive query common table expression to return the direct and indirect managers of the specified employee

    Dbo . uspgetemployeemanagers使用遞歸查詢(公用表表達式)來返回指定雇員的直接和間接上司。
  2. This paper makes researches on pdm ' s kernel function - pcm ( product configuration management ) under the conditions of autocad and low - price dbms witch could be acceptable in our middle or small factories. this paper mainly discusses the recursive query algorithm based on general database witch is offered in oracle, the problem of the automatic bom maker for autocad and conversion from bom to product structure trees. thus the data of autocad files could go into erp ( enterprise resource plan )

    本文從pdm理念出發,在我國中小企業普遍能接受的autocad和低價位數據庫管理系統的平臺條件下,對pdm的核心技術模塊pcm (產品結構管理)的實現進行了研究,重點解決了在一般數據庫中實現數據庫系統oracle中具備的遞歸查詢演算法, autocad環境下bom表的自動生成技術,以及bom表向產品結構樹的轉化問題,從而使cad數據通過bom表的橋梁作用進入erp (企業資源計劃)系統。
  3. Finally, makes good use of distributed database paralleling processing advantage and major recursive forms are single linear recursive forms and single recursive can turn into a union form n chain recursive. it introduces a / v _ chain recursive query algorithms with paralleling processing to show ddb " s insurance

    最後,借鑒了分散式數據庫并行處理的優勢和多數遞歸形式是單線性遞歸形式的共識以及單線遞歸都可以轉化為一種共同形式? n鏈遞歸,介紹了演繹數據庫系統遞歸查詢演算法?并行處理的n鏈遞歸查詢演算法,以示ddb的可靠性。
  4. Create a recursive query

    創建遞歸查詢。
  5. In sql server 2005, a query is referred to as a recursive query when it references a recursive cte

    在sql server 2005中,當某個查詢引用遞歸cte時,它即被稱為「遞歸查詢」 。
  6. Uses a recursive query common table expression to return the direct and indirect employees of the specified manager

    Dbo . uspgetmanageremployees使用遞歸查詢(公用表表達式)來返回指定經理的直接和間接下屬。
  7. Uses a recursive query common table expression to return all product assemblies that use the specified product component

    Dbo . uspgetwhereusedproductid使用遞歸查詢(公用表表達式)來返回使用指定產品組件的所有產品部件。
  8. 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的早期版本中,遞歸查詢通常需要使用臨時表、游標和邏輯來控制遞歸步驟流。
  9. The final result set returned by the running query is the union of all result sets generated by the anchor and recursive members

    正在運行的查詢返回的最終結果集是定位點成員和遞歸成員生成的所有結果集的並集。
  10. ( 2 ) in order to validate the efficiency of algorithm, this paper design and implement a testing, platform rule processor based on sql server. the main function of the processor is to translate the first order logic rule into embedded - sql programs, which make sql server dbms possess the capability in expressing recursive query with logic language

    ( 2 )為驗證演算法的有效性,該文設計實現了一個測試平臺? ?基於sqlserver的規則處理器,其主要功能為自動把一階邏輯規則轉換為含有sql語句的過程代碼,這使得sqlserver數據庫管理系統有了用邏輯數據語言表示遞歸查詢的能力。
  11. A recursive cte can greatly simplify the code required to run a recursive query within a select, insert, update, delete, or create view statement

    遞歸cte可以極大地簡化在select 、 insert 、 update 、 delete或create view語句中運行遞歸查詢所需的代碼。
分享友人