User Profile
Collapse
Profile Sidebar
Collapse
haot2307
Last Activity: Apr 28 '12, 11:10 AM
Joined: Apr 13 '12
Location:
-
I want to get the most id_student create programs -
Count the data
I have a table called program within it are several fields including:
id_program
id_student
how I want to get id_student based on highest id_program volumes of data
let say row in table:-
row 1 : id_program : 1, id_student :001,
row 2 : id_program : 2, id_student :001,
row 3 : id_program : 3, id_student :002,
row 4 : id_program : 4, id_student :001,
row... -
How to SELECT data using 2 tables and show data only from table 1
I have a table called student
within it are several fields including:
student_matric
I have another table called participation
within it are several fields including:
program_id
student_matric
status
query that i need is, it will show all data from the student table. it will check the students who participated in a program can no longer participate...
No activity results to display
Show More
Leave a comment: