N
Nile
Hello everyone! I would really appreciate it if you helped me if you could.
I have this table:
SID PID CLASS
where SID = student id.
where PID = parent id.
CLASS can equal 3, 4, 5, 6 and plus.
Here is an example of the table:
001---23---3 (student 001, parent 23, in class 3)
002---23---5 (another student, same parent 23, in class 5 now)
003---20--12
Now a result of a query:
Parent--Class3or4---Class5---Class6plus
23------1------------1---------0--------
20------0-------------0---------1--------
I hope I made it clear enough, don't wanna puzzle anyone with my
communicational skills .
Thank you in Advance,
Nile (e-mail address removed)
I have this table:
SID PID CLASS
where SID = student id.
where PID = parent id.
CLASS can equal 3, 4, 5, 6 and plus.
Here is an example of the table:
001---23---3 (student 001, parent 23, in class 3)
002---23---5 (another student, same parent 23, in class 5 now)
003---20--12
Now a result of a query:
Parent--Class3or4---Class5---Class6plus
23------1------------1---------0--------
20------0-------------0---------1--------
I hope I made it clear enough, don't wanna puzzle anyone with my
communicational skills .
Thank you in Advance,
Nile (e-mail address removed)