Topic by Mike
Ex.
select some_text from table where some_text like '%blah%'
text in DB:
"aaablah
returns
\"\"\"aaablah""
Is this by design?
Topic by Mike
Ex.
select some_text from table where some_text like '%blah%'
text in DB:
"aaablah
returns
\"\"\"aaablah""
Is this by design?