Hello Friends,
I have a report with a command -- something like this
select id
from some_table s
where s.name='{?NAME}'
and the user gets to pick a name from a drop down list.
The problem is we have couple of names with apostrophe like "sam's" where the apostrophe is read as a single quote hence produces an error.
does anyone know a workaround for this issue.
THanks.
I have a report with a command -- something like this
select id
from some_table s
where s.name='{?NAME}'
and the user gets to pick a name from a drop down list.
The problem is we have couple of names with apostrophe like "sam's" where the apostrophe is read as a single quote hence produces an error.
does anyone know a workaround for this issue.
THanks.