Whenever i try to give table alias before column name, PLSQL dev will go to "Not responding" for 5 to 10 seconds before leting me to type
Example:
select a.col1, a.col2
from transaction a
where a.Acc_number = 10000;
In the above example, whenever i insert alias "a" before column, screen of plsql dev will go to "Not Responding"(or freezes) for 5 to 10 seconds.
Kindly help
Example:
select a.col1, a.col2
from transaction a
where a.Acc_number = 10000;
In the above example, whenever i insert alias "a" before column, screen of plsql dev will go to "Not Responding"(or freezes) for 5 to 10 seconds.
Kindly help