|
You are here |
rwijk.blogspot.com | ||
| | | | |
optimizermagic.blogspot.com
|
|
| | | | | Generating and displaying the execution plan of a SQL statement is a common task for most DBAs, SQL developers, and preformance experts as i... | |
| | | | |
oracle-randolf.blogspot.com
|
|
| | | | | On the OTN forum very often tuning requests about single SQL statements are posted, but the information provided is rather limited, and ther... | |
| | | | |
iusoltsev.wordpress.com
|
|
| | | | | 465 ?! SELECT A.ID, A.LOGIN, A.NAME, A.LASTNAME, A.EMAIL FROM ACCOUNT A WHERE (A.LOGIN LIKE '%%') AND (A.NAME LIKE '%?%' OR A.LASTNAME LIKE '%?%') AND A.COMPANY_ID = 1 ORDER BY A.LOGIN ?, ? ? A.COMPANY_ID = 1 ? SQL> SELECT 'ALL' as "Condition", count(*) FROM ACCOUNT... | |
| | | | |
afatkulin.blogspot.com
|
|
| | | Take a look at the following table: SQL> create table codes 2 ( 3 code varchar2(10), 4 used number, 5 constraint pk_cod... | ||