Welcome to Oracle PL SQL Performance Tuning and Optimization. At Oracle PL SQL Performance Tuning and Optimization talk about SQL Tuning - Using DECODE

Wednesday, August 15

SQL Tuning - Using DECODE

SQL Tuning - Using DECODE :
Programmers often need a way to count and/or sum variable conditions for a group of rows. The DECODE statement provides a very efficient way of doing this. Because DECODE is rather complex, few programmers take the time to learn to use this statement to full advantage. This section describes some common ways you can use DECODE to improve performance.

Using DECODE to Make Decisions
Using DECODE to Reduce Processing
Using DECODE in ORDER BY and GROUP BY Clauses
CASE Function

0 comments:

Post a Comment

Copyright © 2013 Oracle PL SQL Performance Tuning and Optimization | Oracle PL SQL Performance Tuning and Optimization