[SQL] Relations

Поиск
Список
Период
Сортировка
От Fernando Carvalho
Тема [SQL] Relations
Дата
Msg-id Pine.LNX.3.96.990306102522.521F-100000@localhost
обсуждение исходный текст
Ответ на Problem with HAVING clause  (Mauricio Carvalho de Oliveira <carvalho@dt.fee.unicamp.br>)
Список pgsql-sql
  I'm novice in postgresSQL.
  How do you have a relations with two tables?

  Table 1 ->       cod               int 4             index
                   descrition        varchar(30)
                   price             init 4

  Table 2 ->       order             varchar(8)
                   cod               int 4
                   quant             ini 4


  I'm a expected one select with result:


              order  |  descrition | quant | price | total(price * quant)






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

Предыдущее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: [SQL] How to sort date
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] CREATE TABLE (fwd ): again!