Highlighting of column and Value in INSERT statements

SaKa

Member²
Hi,
I found it very useful that when i click on a Value variable, it automatically highlights the corresponding column.
Eg:- INSERT INTO CUSTOMER_TAB(CUSTOMER_ID,NAME)
Values(a_,b);
when i click on a_, PLSQLD automatically highlights CUSTOMER_ID.

Is there a way to do the opposite as well please? I mean when i click on CUSTOMER_ID, it to highlight the a_ ?

Thanks
Sanj
 
Back
Top