Subject stored proc parameters
Author franciscoteuqat
I want to know how to do or simulate a

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??