Oracle: SQL精妙SQL语句讲解一、重复操作查询--where条件得distinct systemdicid作为唯一标识 select *from dmis_zd_systemdic t...
1、查看表空间的名称及大小select t.tablespace_name, round(sum(bytes/(1024*1024)),0) ts_size from dba_tablespaces t, dba_data_files d where t.tablespace...
通过分析SQL语句的执行计划优化SQL(总结)第一章、第2章 并不是很重要,是自己的一些想法,关于如何做一个稳定、高效的应用系统的一些想法。 第三章以后都是比较重要...