three table join

Поиск
Список
Период
Сортировка
От Kumar S
Тема three table join
Дата
Msg-id 20041102134933.60092.qmail@web51408.mail.yahoo.com
обсуждение исходный текст
Ответы Re: three table join
Re: three table join
Список pgsql-novice
Dear Group,
I have two tables 1. Contacts and 2. Experiment.

I have another link table con_exp_link table.

Contacts
Con_id
con_fname
con_lname
con_address


Experiment
exp_id
exp_name
exp_scientist
exp_publication.



con_exp_link
con_exp_id
con_id
exp_id


In this link table I have nothing but primary keys of
experiment and contacts table.


Now my question:

How can I fill the link table. I am highly confused.

Can any one help me please.

thanks

kumar.




__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com



В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Question regarding string returned from PQgetvalue
Следующее
От: "Vishal Kashyap @ [Sai Hertz And Control Systems]"
Дата:
Сообщение: Re: three table join