[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -8,7 +8,7 @@ select * from t1 left join (t2 left join t3 on d+1=e) on t1.b=t3.b;
select * from t1 left join (t2 left join t3 on d+1=b) on t1.b=t3.b;
select * from t1 left join (t2 left join t3 on c+1=b) on t1.b=t3.b;
# http://k3.alibaba-inc.com/issue/6347852?stat=1.5.1&toPage=1&versionId=1043693
#
create table t_1 (a1 int, a2 int);
create table t_2 (a1 int, b int);
create table t_3 (c1 int, c2 int);