Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Join
Message
De
17/12/2004 20:54:03
 
 
À
Tous
Information générale
Forum:
Oracle
Catégorie:
PL/SQL
Titre:
Join
Divers
Thread ID:
00970267
Message ID:
00970267
Vues:
69
Dear The Expert,

I have 2 tables:

- Student
StudentID VARCHAR(5)
StudentName VARCHAR(50)
EmailAdd VARCHAR(50)

- Topics1
TopicDate DATE
TopicSubject VARCHAR(50)
TopicFrom VARCHAR(5)
TopicTo VARCHAR(5)

Joining criteria: TopicFrom = StudentID and TopicTo = StudentID

How to join the above tables into 1 table?
What I need is: to get the following fields:

TopicDate, TopicSubject, TopicFrom, FromStudentName, FromStudentEmail, TopicTo, ToStudentName, ToStudentEmail

please advise and many thanks in advance

Regards
Winanjaya
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform