Re: Foreing Key in Postgres ????

Поиск
Список
Период
Сортировка
От phil@Stimpy.netroedge.com
Тема Re: Foreing Key in Postgres ????
Дата
Msg-id 20000724151354.P9654@Stimpy.netroedge.com
обсуждение исходный текст
Ответ на Foreing Key in Postgres ????  (Pablo Salazar <ssalazar@goliat.espol.edu.ec>)
Список pgsql-interfaces
I think this might be a little out of place (wrong list?), but here's
a quick answer:

select tableone.name,tabletwo.title wheretableone.index=tabletwo.index order by tableone.name asc;

That's a simple relational selection for two tables which might look
like: 

tableone:name textindex int4

tabletwo:title textindex int4

Good luck!


Phil


On Mon, Jul 24, 2000 at 04:49:31PM -0500, Pablo Salazar wrote:
> Hellos Folks!!
> 
> Someane , know be do relations between tables (FK)
> 
> please Help me
> thanks
> 
> Pablo

Content-Description: Card for Pablo Salazar


-- 
Philip Edelbrock -- IS Manager -- Edge Design, Corvallis, OR  phil@netroedge.com -- http://www.netroedge.com/~philPGP
F16:01 D2 FD 01 B5 46 F4 F0  3A 8B 9D 7E 14 7F FB 7A
 


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

Предыдущее
От: Pablo Salazar
Дата:
Сообщение: Foreing Key in Postgres ????
Следующее
От: David C Mudie
Дата:
Сообщение: JDBC DateTime broken in postgresql-7.02?