[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

@ -81,7 +81,7 @@ update t7 set c1=1 where c1 in (select c1 from t8 where t7.c2=c2);
update t7 set c1=(select c1 from t8);
update t7 set c1=(select c1 from t8 where t7.c2=c2);
##bug:http://k3.alibaba-inc.com/issue/6652088?stat=1.5.2&toPage=1&versionId=1043693 elimilation of orderby in delete_stmt and update_stmt
##bug:
delete from t7 where abs(c1) > 0 order by c1 limit 1;
update t7 set c1 = 1 where abs(c2) > 0 order by c1 limit 1;