×
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.
No direct NUMERIC test, but you could use:
Runsql "select * from ItemMaster where translate(itemNbr,' ','1234567890') =
' '"
Probably not terribly efficient, but it does work!
Have fun!
Richard
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Stone, Joel
Sent: Tuesday, January 15, 2013 11:51 AM
To: midrange-l@xxxxxxxxxxxx
Subject: SQL is numeric function
Does Iseries SQL have a numeric test?
For example:
Runsql 'select * from ItemMaster where itemNbr is not numeric'
______________________________________________________________________
This outbound email has been scanned for all viruses by the MessageLabs
Skyscan service.
For more information please visit
http://www.symanteccloud.com
______________________________________________________________________
--
As an Amazon Associate we earn from qualifying purchases.