PATINDEX & CHARINDEX

  • How to implement these two functions in ORACLE?

    karthik

  • karthikeyan (3/12/2009)


    How to implement these two functions in ORACLE?

    Hello Karthik,

    In Oracle I think you can use

    instr(YourColumntoSearch, YourSearchPattern) to replicate the functionality of both PatIndex and charIndex

    Garry

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply