Help for this page

Select Code to Download


  1. or download this
    select count(*) from long_table where exam_id=? and question_id=? and 
    +answer=?
      and student_id in (select student_id from long_table where
                         exam_id=? and question_id=? and answer=?)
    
  2. or download this
    "where exam_id=? and answer_$x=?" for $x (1..50);