|
Has anyone been able to use a SELECT that includes a LIKE clause in the SQL when deploying SQL statements with IWS?
Unless I'm missing a PTF or something it doesn't seem to work - mainly because it does not recognize the ? as a parameter marker when included in a LIKE.
So SELECT * FROM ABC WHERE TYPE = ? generates a named parameter that can be associated with data from the URL
SELECT * FROM ABC WHERE TYPE LIKE('?') does not generate a parameter so there is nothing to associate.
The docs don't help as they don't list any limitations on what the SQL can and cannot do.
Jon
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.