cheaphotel
11-10-2007, 03:03 PM
Dear friends ,
i have three table which name name quest (count int , ques varchar(30)) ,checkans(ccount int ,ans int ),showans(qno int ,ans varchar(25))
i want to join all three table via count && qno and ccount so that i can get
unique vale of question , ans int , ans varchar
How can it possible?
i have three table which name name quest (count int , ques varchar(30)) ,checkans(ccount int ,ans int ),showans(qno int ,ans varchar(25))
i want to join all three table via count && qno and ccount so that i can get
unique vale of question , ans int , ans varchar
How can it possible?