SET i = POSITION('''' IN s); -- where '''' is 4 single quotes _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
The escape character for the esql is single quote(')
hence you need to start with ' which means you want to make string literal
then two single quotes one for escape character and once for sting literal
the end with ' which means you are ending your string literal
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum