Re: simple quotes in dbproc
jean-michel OLTRA <[email protected]> Fri, 12 Sep 2003 22:35:01 +0200
| Newsgroups | gmane.comp.db.sapdb.general |
|---|---|
| Message-ID | <20030912203500.GA1002@espinasse> |
Le vendredi 12 septembre 2003, Dittmar, Daniel a écrit... bonjour, > No general solution, but > - ... LIKE ''' || value || '''' gets read of at least one term > - SET quote = '''' makes the code somewhat more readable > - SET quotedValue = '''' || value || '''' restricts the uglyness to one place Yes, of course... Thanks. -- jean-michel