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



Hi Evan

There's a special register - CURRENT SERVER - that would gives the identity of the server where the statement is running - at least, that's what I think it does - give that a try.

Using the view or UDTF will cost more than using one of the many special registers.

HTH
Vern

On 7/22/2018 5:41 PM, Evan Harris wrote:
Hi all

I am running some SQL queries to extract data and thought that adding a
"system" column to the extracted would be a good idea, rather than trying
to keep track of it in the file name, or having it hardcoded in the query.

So, for example, I have an SQL Statement as follows:

SELECT INTNUM,
(SELECT HOST_NAME FROM QSYS2.SYSTEM_STATUS_INFO) as SYSNAME
FROM QPFRDATA.QAPMSYSTEM

Which returns a bunch of SYSNAM and INTNUM columns.

My question is, is this the most efficient/best practise way of doing this
? I am wondering if running it this way will cause the query to be executed
for every row that gets returned.

What other ways are there that might be preferable or more efficient ?



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.