i am using Postgresql Db. i got this error for using ' on a text,
unterminated quoted string at or near "'\'')"
it is my function call:
SELECT "public"."sendMessage"(12152015, 12584, 1258487, 13960614093221020, '\'')
how can i insert these characters into db without any problem??