Subject | Re: [firebird-support] stored proc parameters |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2003-12-10T07:07:55Z |
On 9 Dec 2003 at 16:04, franciscoteuqat wrote:
try this:
where :paramstring like '%"'||fieldname||'"%'
Slow but work.
SY, Dimitry Sibiryakov.
>I want to know how to do or simulate aIf you insist on double quotes and don't have them inside values,
>
>where fieldname in("opt1","opt2","opt3")
>
>but with a varchar parameters
>
>so in the stored proc, i want a things like
>
>where fieldname in (:paramstring)
>
>how you do that??
try this:
where :paramstring like '%"'||fieldname||'"%'
Slow but work.
SY, Dimitry Sibiryakov.