-1
I am having to deal with a very large amount of equal words in my Oracle query and having to change one by one each of them each time I have to test the query with a different field is being exhausting. Does anyone know if Oracle makes it possible to change the words all the same from time to time? Similar to what the sublime does with Ctrl + H.
Can you be more specific? I think you’re talking about REPLACE, but I’m not sure.
– Reginaldo Rigo
No kkkk sorry, I’ll edit the question. But basically I have to test the same query with several different fields, ie I want to replace the names in the same query and not in the table.
– Felipe Andrioli