How to handle comma in the string
ChingAug 1 2005 — edited Aug 3 2005I need compare a string in HTMLDB report, as
Select HOST, MODEL
From hwrpt
WHERE MODEL= :P3_MODEL
Since most IBM models has 'IBM, XXXX-YYY' syntax for P3:_MODEL, the query failed. I tried to use single/double quoe but failed too.
Is there a function/syntex I can use to handle comma in the string?