摘要: ## 1 前言 今天在生产中碰到了一个让我十分费解的 SQL,十分有趣。 ## 2 现象 SQL 很好复现,就是逻辑看起来有点唬人 ``` postgres=# create table test(id1 int,id2 int); CREATE TABLE postgres=# insert in 阅读全文
posted @ 2023-07-24 10:16 pgdba 阅读(3017) 评论(10) 推荐(1) 编辑