摘要:
一、执行顺序及优化细则1.表名顺序优化 (1) 基础表放下面,当两表进行关联时数据量少的表的表名放右边表或视图: Student_info (30000条数据)Description_info (30条数据) select * from description_info di ,student_info si --学生信息表where si.student_id = di.lookup_code(... 阅读全文
posted @ 2009-09-21 14:37
starry
阅读(18452)
评论(3)
推荐(4)
浙公网安备 33010602011771号