Peter Eisentraut <[EMAIL PROTECTED]> writes:
> The documentation says the following is allowed:
> INSERT INTO sal_emp
> VALUES ('Bill',
> ARRAY[1, 1, 1, 1],
> ARRAY[['meeting', 'lunch'], ['','']]);
> I cannot find justification for this in the standard. According to my
Peter Eisentraut wrote:
The documentation says the following is allowed:
INSERT INTO sal_emp
VALUES ('Bill',
ARRAY[1, 1, 1, 1],
ARRAY[['meeting', 'lunch'], ['','']]);
I cannot find justification for this in the standard. According to my
reading, it should be
INSERT INT
The documentation says the following is allowed:
INSERT INTO sal_emp
VALUES ('Bill',
ARRAY[1, 1, 1, 1],
ARRAY[['meeting', 'lunch'], ['','']]);
I cannot find justification for this in the standard. According to my
reading, it should be
INSERT INTO sal_emp
VALUES (