May 23, 2023
0
Level 1
SQL Query
I have above table record with same user_id and chapter_id now I want record like
- group by level
- get max correct_answer record (if user_id, chapter_id and level and correct ans is one record)
- if ( user_id, chapter_id and level ) are same and correct answer more then one record then given me lowest best_time record
Please or to participate in this conversation.