formid

  1. E

    SQL Query Help

    I have a table "formdetails". Fields (Id, formid, ..., cb) Id+formid = primary key cb contains either 0,1 (text) Each Student (Id) can fill a form multiple times, so each student will have "formid" starting from 1, 2..and so on. (Number of forms per student varies). I need a list of "Id"...
Top Bottom