× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



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:

Hi Jon

Would it work to use LIKE(?) - so it could generate a parameter for
that? TYPE LIKE('?') is looking for a match for the string that is a
question mark, seems to me early this evening!

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
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

--
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 thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.