On 5-1-2018 13:23, m_brahi...@yahoo.fr [firebird-support] wrote:
> Thanks but adding a quote at the end doesn't work. In fact adding double 
> quote because with one the SP will not be compiled

That is because  || '; would open a string but not end it, then ||''; 
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
  • [firebird-supp... m_brahi...@yahoo.fr [firebird-support]
    • Re: [fire... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
      • Re: [... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
    • [firebird... Köditz, Martin martin.koed...@it-syn.de [firebird-support]
      • Re: [... Svein Erling Tysvær setys...@gmail.com [firebird-support]
      • Re: [... m_brahi...@yahoo.fr [firebird-support]
        • R... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
          • ... m_brahi...@yahoo.fr [firebird-support]
            • ... m_brahi...@yahoo.fr [firebird-support]
            • ... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
              • ... m_brahi...@yahoo.fr [firebird-support]

Reply via email to