gpt4 book ai didi

Mysql (select a.id from table a) 和 (select table.id from table) 之间的区别

转载 作者:行者123 更新时间:2023-11-29 11:03:23 25 4
gpt4 key购买 nike

下面两种方法有什么区别:

  • 内存
  • 性能

答:

select table.id from table

B:

select a.id from table a

谢谢(抱歉,如果我的问题重复)。

最佳答案

完全没有区别。

使用别名只是为了您的方便。如果您想保存,请输入完整的表名称。

另一种用法是如果您连接同一个表两次。然后您需要别名来区分表。

关于Mysql (select a.id from table a) 和 (select table.id from table) 之间的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41830326/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com