how to compare two columns and return the value which is not matched

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pratyushavasireddy
    New Member
    • Jul 2008
    • 1

    how to compare two columns and return the value which is not matched

    i need to compare two columns .and return the result which is not matched.
    for example
    if i have pratyusha in one column and pratyusha vasireddy in other column.when i compare two columns i should get a result of vasireddy.
    thx in advance
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you need to use some character functions for the purpose.

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      The INSTR function may be useful here.

      Comment

      Working...