SQL语句的运行性能
                    测试环境:Oralce10G Server
SQL运行环境:sqlplus
select * from table_name;
select 字段列表 from table_name;
感觉这两个语句在查询性能上好像没有什么时间差;测试数据量是50W条,如果大家感兴趣的话,可以测试一下。
                    
                SQL运行环境:sqlplus
select * from table_name;
select 字段列表 from table_name;
感觉这两个语句在查询性能上好像没有什么时间差;测试数据量是50W条,如果大家感兴趣的话,可以测试一下。
 jerry_shang
 jerry_shang                              c85e
 c85e