This content has been marked as final.
Show 2 replies
-
1. Re: Invalid number (01722) in Oracle 10g
BKBK Apr 18, 2014 7:06 AM (in response to WolfShade)Isn't UID a word that Oracle reserves for a pseudo-column representing an integer?
-
2. Re: Invalid number (01722) in Oracle 10g
WolfShade Apr 18, 2014 7:14 AM (in response to BKBK)If I'd been 6 minutes quicker..
I just discovered that putting UID in double-quotes will allow the query to run without issue.
SELECT s.ENTERED_DATE FROM dsp.status s WHERE s."UID" = '4a29d12025012995c231f18eb7704009'
Sigh.. you'd think that a database as old and robust as Oracle would be able to be a bit more specific with the error messages.
Thanks, @BKBK.
^_^


