Help for this page

Select Code to Download


  1. or download this
    # Note: reordered where clause
    # to put quick to evaluate conditions first
    ...
           AND LIST_POSITION(month, $month_values)
              = LIST_POSITION(reg_num, $reg_num_values)
    EOF