github.com/matrixorigin/matrixone@v0.7.0/test/distributed/cases/tenant/tenant.result (about) 1 drop account if exists tenant_test; 2 create account tenant_test admin_name = 'root' identified by '111' open comment 'tenant_test'; 3 create account tenant_test admin_name = 'root' identified by '111' open comment 'tenant_test'; 4 internal error: the tenant tenant_test exists 5 create account if not exists tenant_test admin_name = 'root' identified by '111' open comment 'tenant_test'; 6 create account tenant_test admin_name = 'root' open comment 'tenant_test'; 7 SQL parser error: You have an error in your SQL syntax; check the manual that corresponds to your MatrixOne server version for the right syntax to use. syntax error at line 1 column 51 near " open comment 'tenant_test';"; 8 drop account if exists tenant_test;