Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,如果我有一个真正简单的查询:
选择 1 联合全部 选择 2
然后通过 Perl 或 PHP 获取行 - 我会将“1”作为第一行,将“2”作为第二行吗?这种行为在任何地方都有描述吗?...
谢谢
没有默认顺序,不在表中也不在查询中,除非您使用 ORDER BY 指定显式顺序。
您可能会将 1 作为第一行,将 2 作为第二行,但这不是默认行为,并且在任何地方都没有描述。这只是巧合!