Remove synonym function in MySQL mode

This commit is contained in:
bx0
2021-12-24 17:45:47 +08:00
committed by LINxiansheng
parent 2dba06a3a3
commit 03aa797233
8 changed files with 48 additions and 693 deletions

View File

@ -246,12 +246,6 @@ alter system refresh time_zone_info;
### test for limit ##
#select emp_id, mgr_id from emp where emp_id = 1 start with emp_id = 1 connect by prior c1 = 1 group by c1 having c1 > 1 limit 10;
########################## test for drop synonym ###################################
drop public synonym t1;
drop public synonym t1 force;
drop synonym t1 force;
drop synonym database1.t1 force;
#purge index t1_index;