Closed Ray0v0 closed 10 months ago
In #89, you said the commands like "ALTER TABLE users DISABLE TRIGGER ALL;" is able to run. However, the benchmark throws Exception like this. Does there has any ways to run this command correctly, or it is just banned?
似乎是因为你disable了一个system trigger,我们只给予你db的owner,你无法对系统进行更改,你可以尝试插入结束添加trigger,或者一个一个diable你的trigger,又或是不disable触发器,毕竟满分仅需要用批处理和手动commit
Describe your question
In #89, you said the commands like "ALTER TABLE users DISABLE TRIGGER ALL;" is able to run. However, the benchmark throws Exception like this. Does there has any ways to run this command correctly, or it is just banned?