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



First time trying to do this and I have not found a good guide to explain
how this works.

I am trying to get this working. I am running it in ACS's SQL. It runs and
produces a blank screen. I do not see any errors in the joblog.

select q.*

--into :result

from JSON_TABLE('{ "CustomerAccountNumber": 1000171,

"AuthKey": "fjdsklfjdkslfdj",

"Parts": ["924-125"] }',

'lax $.Parts[*]'

Columns(

"PartNumber" char(20),

"AvailableQuantity" char(20),

"Price" char(20),

"Message1" varchar(1000),

"Message2" varchar(1000)

)) as Q

;



Questions:

How does it know what website to contact?


Is it writing to a file or returning a string?


If we request multiple parts, can I do a select into an array?


TIA, Darryl FReinkel.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.