DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Decode And Outer Join

Threaded View

  1. #1
    Join Date
    Jun 2003
    Posts
    132

    Decode And Outer Join

    Hi,

    I am having a problem usign (+) with decode.

    here is my code

    Code:
    WHERE SQL.radioaddress = 
          DECODE(greatest(rac.radioaddress, 20000000), 20000000, 
                 to_char(rac.radioaddress), 
                 BBLG.CONVERSION.to_hex(rac.radioaddress))
    I would like to get all SQL.radioaddress, but I am not sure where to add (+) sign in the decode statement.

    Any ideas?

    Thanks

    Roman
    Last edited by tamilselvan; 08-06-2004 at 02:33 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width