Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: quick syntax question ...

RE: quick syntax question ...

From: Jamadagni, Rajendra <rajendra.jamadagni_at_espn.com>
Date: Tue, 2 Jan 2001 10:20:37 -0500
Message-Id: <10729.125520@fatcity.com>


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



Rajendra Jamadagni MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
QOTD: Any clod can have facts, but having an opinion is an art ! Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

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.


Received on Tue Jan 02 2001 - 09:20:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US