游客发表

通过调节索引 优化Oracle关联查询性能

发帖时间:2025-11-04 19:22:34

通过调节索引 优化Oracle关联查询性能
复制select a.i_checkno,通过 a.d_checkdate, b.s_name, b.s_code, b.i_age, c.s_name   from lis_report a   innerjoin comm_patient b on a.i_patientid = b.i_patientid   innerjoin lis_code_dept c on b.i_dept = c.i_id   where a.d_checkdate > 2008-11-01 and a.d_checkdate < 2008-11-30 and b.i_age>=80   and b.s_name like周% orderby a.d_checkdate desc 1.2.3.4.5.6.7.8.9.

    热门排行

    友情链接