Re: [GENERAL] CREATE TABLE AS

Поиск
Список
Период
Сортировка
От David Warnock
Тема Re: [GENERAL] CREATE TABLE AS
Дата
Msg-id 388C435B.38B4AF98@sundayta.co.uk
обсуждение исходный текст
Ответ на unicode  (Mitja Novak <mitja@mail.velenje.cx>)
Список pgsql-general
Chai,

Just miss out the order by, it has no meaning in a table definition.

ie

Create table blah2 as
select pin from tbs_billing_record
where date(start_time) between '01-JAN-2000' and '23-JAN-2000';

Dave

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

Предыдущее
От: Chairudin Sentosa Harjo
Дата:
Сообщение: CREATE TABLE AS
Следующее
От: "Kwon, YongChul"
Дата:
Сообщение: about password authentication