I have a table like this
Fruits
-------
Apples |Oranges | Bananas
0 | 1 | 0
0 | 1 | 5
0 | 0 | 2
0 | 0 | 1
1 | 2 | 1
1 | 1 | 1
1 | 3 | 6
I need to get the row that points to the max of oranges and Bananas group...
Hi<br>
I am trying to run a query that will return rows which are actually duplicate but entered in the database in a different format.<br>
For eg:<br>
David Whitter R<br>
David R Whitter<br>
I used the soundex function , but did not return rows as expected.<br>
It returned only duplicate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.