OceanBase 大赛测试结果(增量) - 2021/10/28 上午

自己测试确实没发现问题呢.,索引页添加了,特殊中文字符的 属于语法错误

https://github.com/tanruixiang/MiniOB 实在找不出date的问题出在哪里了,能否给个更详细的提示

您好,请问update用整型更新字符串应该是success吗

drop table时哪里返回no data了

update时对于where字句中存在的属性但不存在的值对应试图修改不存在的属性应该返回错误/成功?

create table t_basic(id int, age int, name char, score float);

insert into t_basic values(1,1, 'a', 1.0);

update t_basic set dsfsfgfsdfg=454541 where age=100000;   // 应该返回什么??