H
hpretty
Unregistered / Unconfirmed
GUEST, unregistred user!
now if I have three talbe defined like so
table 1
subjectid int
name varchar(8)
table 2
studentno int,
subject subjectid,
mark int ,
term char
table 3
studentno int
class int
give you a param class I want display the data like so
studentno subject1 subject2,subject3,...
subject1,2,3 defined as subjectid
if you do not under stand me,give a Email,I'l give you full statment
table 1
subjectid int
name varchar(8)
table 2
studentno int,
subject subjectid,
mark int ,
term char
table 3
studentno int
class int
give you a param class I want display the data like so
studentno subject1 subject2,subject3,...
subject1,2,3 defined as subjectid
if you do not under stand me,give a Email,I'l give you full statment