Help for this page

Select Code to Download


  1. or download this
    select
        course_id,course_name,course_sitting_id,course_sitting_date
    from courses
    order by course_id, course_name, course_sitting_id
    
  2. or download this
    ...
    my %courses;
    ...
        };
        $courses{ $course_id }->{ sittings }->{ $row->[2] } = $row->[3];
    };