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
|
Results 1 to 10 of 10
Thread: Identical names ListThreaded View
|
Click Here to Expand Forum to Full Width |