Hi,
I want to create a database for managing the attendance statements of students under
my supervision. I have mysql running on a debian machine (version 3.22.32-4).
I am unable to create the required tables as I am afraid I need a two dimensional
array which is not available(as I know) in my
Hi,
I want to create a database for managing the attendance statements of students under
my supervision. I have mysql running on a debian machine (version 3.22.32-4).
I am unable to create the required tables as I am afraid I need a two dimensional
array which is not available(as I know) in my
Fri, Feb 09, 2001 at 09:26:49AM -, Russell King wrote:
> From: Suresh Kumar R <[EMAIL PROTECTED]>
>
> > I want to have the absentee list of students per hour_of_day
> per day for a week, done for the entire course.
> >
> > One possibility I thought was to cr