Subject | Re: [firebird-support] Problem with where clause |
---|---|
Author | Mark Rotteveel |
Post date | 2018-01-05T12:46:32Z |
On 5-1-2018 13:23, m_brahim11@... [firebird-support] wrote:
doesn't work, because that is just an empty string. You'd need ||'''';,
as '' is how you escape a single quote in a string literal.
But as I answered elsewhere, this isn't the right solution for your problem.
Mark
--
Mark Rotteveel
> Thanks but adding a quote at the end doesn't work. In fact adding doubleThat is because || '; would open a string but not end it, then ||'';
> quote because with one the SP will not be compiled
doesn't work, because that is just an empty string. You'd need ||'''';,
as '' is how you escape a single quote in a string literal.
But as I answered elsewhere, this isn't the right solution for your problem.
Mark
--
Mark Rotteveel