Re: [GENERAL] CREATE TABLE AS - Mailing list pgsql-general

From David Warnock
Subject Re: [GENERAL] CREATE TABLE AS
Date
Msg-id 388C435B.38B4AF98@sundayta.co.uk
Whole thread Raw
In response to unicode  (Mitja Novak <mitja@mail.velenje.cx>)
List 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 by date:

Previous
From: Chairudin Sentosa Harjo
Date:
Subject: CREATE TABLE AS
Next
From: "Kwon, YongChul"
Date:
Subject: about password authentication