I have a table test(id,name).
test(id,name)
I need to insert values like: user\'s log, \'my user\', customer\'s.
user\'s log
\'my user\'
customer\'s
you can use the postrgesql chr(int) function:
insert into test values (2,'|| chr(39)||'my users'||chr(39)||');