escape single quote in INSERT command
Hunter <dave_h4@yahoo.com>
From: dave_h4@yahoo.com (Hunter)
To: pgsql-sql@postgresql.org
Date: 2002-11-22T13:00:01Z
Lists: pgsql-sql
Hi Group - I have a perl application for a registration form. I'd like to put escape characters in my insert command to accommodate for ' (i.e. O'Brien, O'Malley, etc). I've tired double quotes, single quotes, back tick, forward ticks, curly bracket, round brackets - no success. Thanks, dave