Hsqldb 2.0 documentation talk about array and report this example:
CREATE TABLE t (id INT PRIMARY KEY, scores INT ARRAY DEFAULT ARRAY[], names VARCHAR(20)
ARRAY[10])
I tried it but I obtain this exception:
[Error Code: -5581, SQL State: 42581] unexpected token: ARRAY
How can I enable it?