Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Simply question about TO_NUMBER function
"Tom Dyess" <tdyess_at_dysr.com> ha scritto nel messaggio
news:u1fMd.23624$t67.10929_at_bignews5.bellsouth.net...
>
> SELECT * FROM Table1 WHERE Field1 = TO_CHAR(456)
>
It don't work because if i have values '456' and '0456' and '00456', i want the query return three records not only the first. I can't define the field NUMERIC because it may be alphanumeric. Received on Thu Feb 03 2005 - 03:07:04 CST