I need to write sql query for get similar records from table.It has 100 of records with difference of values. But some records have similar name.Similar names start with capital or simple.
ex- I want to get all the similar records who has similar names.
Student_no | student_Name | Subject |class
1 | Abc | Java | 1
2 | Abc | Java | 1
3 | xyz | AngularJS | 2
4 | xyz | AngularJS | 2
5 | Abc Def | SpringBoot| 3