Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

+ sign before column name - what does it mean?

875641Jul 14 2011 — edited Jul 14 2011
Hi all,

I found a query in the software package I work on today that I don't quite understand. Below is that basic form of the query:

SELECT * FROM table1 t1, table2 t2 WHERE + t1.id = t2.id;

I expected this query to fail, but it did not. What does the '+' in front of t1.id indicate?

Thanks in advance.

Comments

843811
accum: includes the time for the entries that appear above this one in the list. The last entry will have an accum of 100%
843811
You can also use perfanal utility provided in java.sun.com. It is very useful in interpreting the results of hprof.

~Rajesh.B
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 11 2011
Added on Jul 14 2011
13 comments
1,367 views