QUESTION POSED ON: 13 August 2007
One of the mysteries I have never been able to solve is how to test a
field for pure numerics. We have instances where an attribute's
contents determine the processing. Using COBOL I would write "if not
NUMERIC". What is the SQL equivalent?
|