I have a requirement where i need to amend the 1500 records. There are some fields in random ,of the where clause has an & as mentioned below:
update abc where col1='AL_ATRADE_P&L_RP'
I just wanted to execute the 1500 udpate queries as a script and TOAD prompts me for the variable to be entered. If i just press enter the udpate query is taken as below:
update abc where col1='AL_ATRADE_P'
But in actual my record has a collumn with name 'AL_ATRADE_P&L_RP'
Any suggestion to get rid of this?