how to find particular char in entire field ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kunal30doshi
    New Member
    • Nov 2006
    • 5

    how to find particular char in entire field ?

    hi,

    i want to find particular char. from entire char. field within given range.

    Ex Field x is 10 char field and it's value is YYYYNNNNYY.

    i want to know if n is exist in this field withing given range.
  • milonov
    New Member
    • Oct 2006
    • 32

    #2
    hi

    you can use pl/sql function named "instr" that
    returns the location of a substring in a string

    for more information see http://www.oraclehome. co.uk/instr-function.htm

    Best Regards,
    Michael Milonov


    Originally posted by kunal30doshi
    hi,

    i want to find particular char. from entire char. field within given range.

    Ex Field x is 10 char field and it's value is YYYYNNNNYY.

    i want to know if n is exist in this field withing given range.

    Comment

    Working...