We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Jira Link: DB-2441 Example:
> create index on mytable ((myfield)); ERROR: only hash column group is allowed LINE 1: create index on mytable ((myfield)); ^
but create index on mytable (myfield); with just a single set of paranetheses works fine.
create index on mytable (myfield);
possibly related to #3981 ?
Status