Re: [SQL] Function To Strip HTML
27;\3'), E'(?x)(< [^>]*? >)', '', 'g') 3$$ LANGUAGE SQL; From: [email protected] [mailto:[email protected]] On Behalf Of Ozer, Pam Sent: Wednesday, February 23, 2011 3:41 PM To: [email protected] Subject: [SQL] Fun
[SQL] Function To Strip HTML
I have the following function that I used in MSSQL. I would like to create the same function in PostgreSql. I think I am a bit confused on how to create and set variables in PostgreSql. Can someone give me a place to start to create something like this? Thanks Pam SET ANSI_NULL
