/t5/dreamweaver-discussions/sql-how-to-embed-parameter-inside-quotes-for-wildcard/td-p/127925Nov 04, 2008
Nov 04, 2008
Copy link to clipboard
Copied
I would like to know how to modify a SQL statement to embed a
parameter inside quotes. I want to use the parameter inside of a
statement such as: SELECT * from table WHERE col LIKE '%@parm'
I can get the query to work without the parameter, just not
with it?? Is there a CS3 workaround?