SQL Language (MOSC)

MOSC Banner

Adding NULL value

edited Mar 20, 2010 11:22PM in SQL Language (MOSC) 6 commentsAnswered
 I have a table like where column B does not have any data entered yet

A             B

1             

21

When I write "Select" Statement like

Select  A, B, A+B

The column "A+B" does not return anything.  How can I get the sum equal to A if B is Null?   Please help.

Veronica 

            

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center