暂无图片
返回数说广场
flyinsky323
2024-03-06
A、create index idx1_test on test(object_id); select count(*) from test where object_id is not null; C、create index idx2_test on test(object_id,0); select count(*) from test; D、create index idx2_test on test(object_id,0); select count(*) from test where object_id is not null; E、create index idx1_test on test(object_id); select count(object_id) from test;
0
暂无图片 0
149
分享

评论

热门数说