I have a field in a table set to VARCHAR(MAX) and I am unable to search for quotation marks ["].
If I search for any other character it is working.
select * from xml_file_log where request like '%"%'
I have a field in a table set to VARCHAR(MAX) and I am unable to search for quotation marks ["].
If I search for any other character it is working.
select * from xml_file_log where request like '%"%'