MySQL Forums
Forum List  »  Newbie

Re: Adding null values
Posted by: Ramalingam Chelliah
Date: August 25, 2004 06:39AM

Hi ,

Check this link ....

http://www.webucator.com/resources/sql/reference.html

There it is mentioned that there is a function to convert a string if it is NULL .

String Functions
-------------------------
Function Oracle SQL Server
-----------------------------------------------------------
Convert string if NULL NVL ISNULL
------------------------------------------------------------


You learn about it and change null string to '0' ....

I have no chance to work in Oracle here ...

Hope this is useful....



Regards,
Ram.



We Learn the Most When we have to Invent

Options: ReplyQuote


Subject
Written By
Posted
Re: Adding null values
August 25, 2004 06:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.