Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: quick syntax question ...
Adam,
This would be implicit conversion ... if you are assigning it to a integer variable, the conversion would be handled by Oracle implicitly. You could force a TO_NUMBER to make it an explicit conversion (it improves readability).
If you are using it in SQL, you can to a to_number() for the fieldname or column name.
HTH
Raj
This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify ESPN at (860) 766-2000 and delete this e-mail message from your computer, Thank you.
![]() |
![]() |