×
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.
Substr worked.
Thanks Dan.
SELECT substr(Local_Address,1,15) , Local_Port, Job_Name,
Remote_Address FROM QSYS2.NETSTAT_JOB_INFO WHERE Local_ADDRESS =
'a.a.a.a' ORDER BY Local_port, REMOTE_ADDRESS , JOB_NAME
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Dan
Sent: Tuesday, March 21, 2017 5:17 PM
To: Midrange Systems Technical Discussion
Subject: Re: Can an SQL field be shortned for output display and/or print?
substr()
- Dan
On Tue, Mar 21, 2017 at 5:02 PM, Steinmetz, Paul <PSteinmetz@xxxxxxxxxx>
wrote:
Can an SQL field be shortened for output display and/or print?
I tried using Left(field, length).
No impact, no change.
SELECT Left(Local_Address,15) , Local_Port, Job_Name, Remote_Address
FROM QSYS2.NETSTAT_JOB_INFO WHERE Local_ADDRESS = 'a.a.a.a' ORDER BY
Local_port, REMOTE_ADDRESS , JOB_NAME SELECT statement run complete.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.