How to use rank function in MySQL? Below is my requirement.
I need the rank based on FirstName, LastName,MemberID & DOB. If a record matches all the listed four columns then I need to assign rank as above. In oracle I have rank function to obtain the same. How to achieve the same in MySQL?