DECODE Function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stuart B
    New Member
    • Aug 2007
    • 1

    DECODE Function

    I'm having problems with the following error when trying to use the DECODE function:-

    ORA-00939: Too many arguments for function

    Does anyone know what the upper limit is for the number of arguments, and if there is a way around it?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    can you post your code for my reference please.

    Comment

    • amitpatel66
      Recognized Expert Top Contributor
      • Mar 2007
      • 2358

      #3
      Tha maximum no of components for DECODE is 255 which includes EXPR,SEARCHES,R ESULTS...

      Comment

      • babind
        New Member
        • Aug 2007
        • 3

        #4
        hi this is anjan from hyd
        plz check once ur code
        otherwise send me ur code plz



        Originally posted by amitpatel66
        Tha maximum no of components for DECODE is 255 which includes EXPR,SEARCHES,R ESULTS...

        Comment

        Working...