Hello friends I'm trying to do a sql query in SQL Developer as follows:
SELECT * FROM CLIENTE WHERE NOME_CLIENTE IN ('SALES & CIA AGUIAR', 'SAO JOAO')
The tool understands the '&' character as a variable entry and so does not display the record of that client, I would like to know if there is any way to set this so that when the '&' character for passing within single quotes the tool understands that it is a text.