Hi,
I have a sql query which when run in either sql developer or Toad opens a window asking for a substitution variable (&SORTING). There is WHERE clause in a case statement as below
WHEN K.descr = 'SUPPORT (COPYING'
|| ' & '
|| 'SORTING FILES)' THEN 'ADDEDDESCR'
I'm thinking this particular statement is causing the variables window to pop up. Can some one please tell me if there is a workaround for this scenario? In TOAD i can right click on the SQL Editor and disable the Substitution variable pop up, but i will be using the sql query in SSRS (Reporting services) . Please advice
Thanks
Amy