看到group by 1,2 和 order by 1, 2。看不懂,google,搜到了Stack Overflow 上有回答 What does SQL clause “GROUP BY 1” mean?
大概意思就是,group by, order by 后面跟数字,指的是 select 后面选择的列(属性),1 代表第一个列(属性),依次类推。
因而上面最外层的
尽量少用in,多用join,建表养成关联字段做分区
20231009 关于update的一个报错:
SQL 错误 [42712]: ERROR: table name "a" specified more than once
正确:delete的时候也会出现这个问题,