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

Thread: Identical names List

Threaded View

  1. #6
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    SQL> select t1.row_num,t1.col1,t2.col1,t2.row_num
    2 from agsimani t1, agsimani t2
    3 where
    4 soundex(t1.col1) = soundex(hardcode)
    5 and
    6 t1.row_num<>t2.row_num
    7 /

    so soundex is not the solution...


    regards
    Hrishy
    Last edited by hrishy; 01-27-2003 at 02:27 AM.

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