子查询可以嵌套在FROM子句中多少级别? [英] How many levels can subqueries be nested in a FROM clause?

查看:400
本文介绍了子查询可以嵌套在FROM子句中多少级别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

子句点可以嵌套在FROM子句中多少级别?

How many levels can subqueries be nested in a FROM clause?

推荐答案

根据Microsoft的限制为32级 [ ^ ]。



Oracle的相同限制是 255 [ ^ ]。



如果您正在使用其他数据库,则需要更新您的问题并说明您正在使用的数据库。
According to Microsoft the limit is 32 levels[^] for SQLServer.

Same limit in Oracle is 255[^].

If you're using some other DB you'll need to update your question and state what database you're using.


根据Microsoft的说法,没有技术限制 - http://technet.microsoft.com/en-us/library/ms177501(v = sql.105).aspx [ ^ ]

但是任何新的嵌套级别会引入性能问题,所以请仔细考虑......
According to Microsoft there is no technical limit - http://technet.microsoft.com/en-us/library/ms177501(v=sql.105).aspx[^]
However with any new nested level you introduce a performance problem, so think carefully...


这篇关于子查询可以嵌套在FROM子句中多少级别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆