On Tue, 13 Jan 2004, Bing Du wrote:
> The table is like this:
>
>
> maxware=# \d test;
>Table "public.test"
> Column |Type | Modifiers
> +-+---
> a | timestamp without time zone |
> b | integ
I've figured it out, that is using 'null as ' with the COPY
command.
Bing
> The table is like this:
>
>
> maxware=# \d test;
>Table "public.test"
> Column |Type | Modifiers
> +-+---
> a | timestamp
The table is like this:
maxware=# \d test;
Table "public.test"
Column |Type | Modifiers
+-+---
a | timestamp without time zone |
b | integer |
=
The following inser