|
On Dec 21, 2020, at 12:23 PM, Charles Wilt <charles.wilt@xxxxxxxxx> wrote:
If a VARCHAR parm, you can leave out the trim.
Charles
On Mon, Dec 21, 2020 at 10:22 AM Charles Wilt <charles.wilt@xxxxxxxxx>
wrote:
Jon try--
SELECT * FROM ABC WHERE TYPE LIKE(trim(?) concat '%')
Charles
On Mon, Dec 21, 2020 at 10:06 AM Jon Paris <jon.paris@xxxxxxxxxxxxxx>
wrote:
Yep - it needs the quotes removed - but when you do that you seem to be
left with manually encoding any wildcarding in the URL which is a pain. I
was looking for a way to incorporate the wildcarding in the SQL that way
the request was simpler. Currently I have to code things like
http://ideveloper:10010/web/services/SQL/%25c%25
Better than nothing I guess.
Jon
On Dec 20, 2020, at 8:09 PM, Vernon Hamberg <vhamberg@xxxxxxxxxxxxxxx>wrote:
that? TYPE LIKE('?') is looking for a match for the string that is a
Hi Jon
Would it work to use LIKE(?) - so it could generate a parameter for
question mark, seems to me early this evening!
the SQL when deploying SQL statements with IWS?
Cheers
Vern
On 12/20/2020 5:52 PM, Jon Paris wrote:
Has anyone been able to use a SELECT that includes a LIKE clause in
because it does not recognize the ? as a parameter marker when included in
Unless I'm missing a PTF or something it doesn't seem to work - mainly
a LIKE.
can be associated with data from the URL
So SELECT * FROM ABC WHERE TYPE = ? generates a named parameter that
so there is nothing to associate.
SELECT * FROM ABC WHERE TYPE LIKE('?') does not generate a parameter
can and cannot do.
The docs don't help as they don't list any limitations on what the SQL
mailing list
Jon
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400)
To post a message email: WEB400@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/web400.
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
list
To post a message email: WEB400@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/web400.
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/web400.
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.