• <small id='praEE'></small><noframes id='praEE'>

  • <legend id='praEE'><style id='praEE'><dir id='praEE'><q id='praEE'></q></dir></style></legend>

        <bdo id='praEE'></bdo><ul id='praEE'></ul>
    1. <tfoot id='praEE'></tfoot>

        <i id='praEE'><tr id='praEE'><dt id='praEE'><q id='praEE'><span id='praEE'><b id='praEE'><form id='praEE'><ins id='praEE'></ins><ul id='praEE'></ul><sub id='praEE'></sub></form><legend id='praEE'></legend><bdo id='praEE'><pre id='praEE'><center id='praEE'></center></pre></bdo></b><th id='praEE'></th></span></q></dt></tr></i><div id='praEE'><tfoot id='praEE'></tfoot><dl id='praEE'><fieldset id='praEE'></fieldset></dl></div>

        SELECT 查询是否总是以相同的顺序返回行?带有聚集索引的表

        Does a SELECT query always return rows in the same order? Table with clustered index(SELECT 查询是否总是以相同的顺序返回行?带有聚集索引的表)

        <small id='M8AIH'></small><noframes id='M8AIH'>

        • <legend id='M8AIH'><style id='M8AIH'><dir id='M8AIH'><q id='M8AIH'></q></dir></style></legend>

                <tbody id='M8AIH'></tbody>
            1. <i id='M8AIH'><tr id='M8AIH'><dt id='M8AIH'><q id='M8AIH'><span id='M8AIH'><b id='M8AIH'><form id='M8AIH'><ins id='M8AIH'></ins><ul id='M8AIH'></ul><sub id='M8AIH'></sub></form><legend id='M8AIH'></legend><bdo id='M8AIH'><pre id='M8AIH'><center id='M8AIH'></center></pre></bdo></b><th id='M8AIH'></th></span></q></dt></tr></i><div id='M8AIH'><tfoot id='M8AIH'></tfoot><dl id='M8AIH'><fieldset id='M8AIH'></fieldset></dl></div>
            2. <tfoot id='M8AIH'></tfoot>
                <bdo id='M8AIH'></bdo><ul id='M8AIH'></ul>

                  本文介绍了SELECT 查询是否总是以相同的顺序返回行?带有聚集索引的表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我的 select * 查询是否总是以相同的顺序返回我的数据库表中的行?

                  Will my select * query always return the rows from my database table in the same order?

                  我的表的一列有一个聚集索引".这会改变答案吗?

                  My table has a 'clustered index' on one column. Does that change the answer?

                  推荐答案

                  返回的行的顺序将始终相同,除非您使用 ORDER BY 子句.所以,没有.

                  The order of the returned rows will not always be the same unless you explicitly state so with the ORDER BY clause. So, no.

                  没有;仅仅因为您的 1000 个查询返回了相同的顺序,它不能保证第 1001 个查询的顺序相同.

                  And no; just because your 1000 queries have returned the same order it's no guarantee the 1001th query will be in the same order.

                  这篇关于SELECT 查询是否总是以相同的顺序返回行?带有聚集索引的表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  SQL query to group by day(按天分组的 SQL 查询)
                  What does SQL clause quot;GROUP BY 1quot; mean?(SQL 子句“GROUP BY 1是什么意思?意思是?)
                  MySQL groupwise MAX() returns unexpected results(MySQL groupwise MAX() 返回意外结果)
                  MySQL SELECT most frequent by group(MySQL SELECT 按组最频繁)
                  Include missing months in Group By query(在 Group By 查询中包含缺失的月份)
                  Why Mysql#39;s Group By and Oracle#39;s Group by behaviours are different(为什么 Mysql 的 Group By 和 Oracle 的 Group by 行为不同)
                1. <small id='AWpx3'></small><noframes id='AWpx3'>

                      <tbody id='AWpx3'></tbody>
                      <legend id='AWpx3'><style id='AWpx3'><dir id='AWpx3'><q id='AWpx3'></q></dir></style></legend>
                      <tfoot id='AWpx3'></tfoot>
                        <bdo id='AWpx3'></bdo><ul id='AWpx3'></ul>
                      • <i id='AWpx3'><tr id='AWpx3'><dt id='AWpx3'><q id='AWpx3'><span id='AWpx3'><b id='AWpx3'><form id='AWpx3'><ins id='AWpx3'></ins><ul id='AWpx3'></ul><sub id='AWpx3'></sub></form><legend id='AWpx3'></legend><bdo id='AWpx3'><pre id='AWpx3'><center id='AWpx3'></center></pre></bdo></b><th id='AWpx3'></th></span></q></dt></tr></i><div id='AWpx3'><tfoot id='AWpx3'></tfoot><dl id='AWpx3'><fieldset id='AWpx3'></fieldset></dl></div>