Hello. There is a query like:
Insert into baza Values(str);
If the str contains the character "(double quote) - a syntax error takes off. How is it better to bypass such a thing? I am writing to java.
Source: https://ru.stackoverflow.com/questions/196168/
All Articles