when I insert a values with character varying datatype and this data contain the '\' charater, this cause the warning like:
"nonstandar d use of \ in a string literal "
I tried to solve it by using '\\' but I got the same warning "nonstandar d use of \ in a string literal".
so, how can I solve this issue?
"nonstandar d use of \ in a string literal "
I tried to solve it by using '\\' but I got the same warning "nonstandar d use of \ in a string literal".
so, how can I solve this issue?
Comment