Which form is correct for where statement?
field={data:param-name}
field='{data:param-name}'
field="{data:param-name}"
need ; ?
field={data:param-name}
field='{data:param-name}'
field="{data:param-name}"
need ; ?
first, and use this:
The "quote" function will quote the parameter value safely, otherwise you may have problems with SQL injection
field={data.quote:param-name}
The "quote" function will quote the parameter value safely, otherwise you may have problems with SQL injection
You need to login to be able to post a reply.
