On Wed, Nov 19, 2003 at 11:00:25 +0100,
Tomasz Spyrczak <[EMAIL PROTECTED]> wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Then I want to insert some "empty" record like this:
>
> INSERT INTO test (field1, field2) VALUES ('', '');
>
> My question is: how to "convince" PostgreS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi there!
I've just compiled PostgreSQL 7.4 and come across this problem:
I have a table like this:
CREATE TABLE test (field1 integer, field2 integer default 0);
Then I want to insert some "empty" record like this:
INSERT INTO test (field1, field