Hello,
I have problems querying through a web application system when a name has a single quote in it (e.g. O'Brien). Can you please show me how I can change this select so that the single quotes get replaced with double quotes? I've tried the REPLACE and the ESCAPE function but it does not work.
select_statement := select_statement || where_clause_append ||'last_name = ''' || UPPER(te_last_name) || '''';
Thanks in advance!
Cathy![[sunshine] [sunshine] [sunshine]](/data/assets/smilies/sunshine.gif)
I have problems querying through a web application system when a name has a single quote in it (e.g. O'Brien). Can you please show me how I can change this select so that the single quotes get replaced with double quotes? I've tried the REPLACE and the ESCAPE function but it does not work.
select_statement := select_statement || where_clause_append ||'last_name = ''' || UPPER(te_last_name) || '''';
Thanks in advance!
Cathy
![[sunshine] [sunshine] [sunshine]](/data/assets/smilies/sunshine.gif)