Procedurally transform subquery into join

前端 未结 7 1485
有刺的猬
有刺的猬 2020-12-05 14:34

Is there a generalized procedure or algorithm for transforming a SQL subquery into a join, or vice versa? That is, is there a set of typographic operations that can be appli

7条回答
  •  天命终不由人
    2020-12-05 15:24

    It often is possible, and what's good is that the query optimizer can do it automatically, so you don't have to care about it.

提交回复
热议问题