rows with same value

  1. A

    Fetch rows that have same value in a column

    Hi, I have a datatable to store the User ids and Exam score details. Data table has four columns. Row Id (unique), UserId, Exam Id and Score. Same user can take the same exam multiple times and can have different scores in each attempt. I want to fetch rows that have the same user id and...
Back
Top