Re: Newbie table definition question

Поиск
Список
Период
Сортировка
От Steven Klassen
Тема Re: Newbie table definition question
Дата
Msg-id 20041017090816.GA1604@commandprompt.com
обсуждение исходный текст
Ответ на Re: Newbie table definition question  (Steven Klassen <sklassen@commandprompt.com>)
Список pgsql-general
* Steven Klassen <sklassen@commandprompt.com> [2004-10-17 01:52:47 -0700]:

> xinu=> select * from items_types_view;
>  id | item_name | type_name
> ----+-----------+-----------
>   1 | Apple     | fruit
>   2 | Orange    | fruit
>   3 | Brocolli  | fruit
>   4 | Lettuce   | fruit
> (4 rows)

And after I fixed the types for the latter items:

xinu=> select * from items_types_view;
 id | item_name | type_name
----+-----------+-----------
  1 | Apple     | fruit
  2 | Orange    | fruit
  3 | Brocolli  | vegatable
  4 | Lettuce   | vegatable
(4 rows)

--
Steven Klassen - Lead Programmer
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Replication & Support Services, (503) 667-4564

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

Предыдущее
От: Steven Klassen
Дата:
Сообщение: Re: Newbie table definition question
Следующее
От: David Garamond
Дата:
Сообщение: timezone abbreviation in timestamp string input