Table index cannot be created via UI
Open
x:teradata
xf:metadata
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 188
Description
#### System information:
- DBeaver version 21.2.5 EA
#### Connection specification:
- Database name and version Teradata
#### Steps to reproduce, if exist:
Open Table indexes tab and create an index (DBeaver uses query like `CREATE INDEX test_fk_c_foreign_IDX ON TESTDB.test_fk (c_foreign,id);`)
**Expected**: the index is created
**Actual result:** the index cannot be created and the SQL error appears:
`[Teradata Database] [TeraJDBC 16.20.00.06] [Error 3706] [SQLState 42000] Syntax error: Must specify index field(s) for CREATE INDEX.`
https://docs.teradata.com/r/VrFCOAaniAIfrJsA51oQJA/Oq3hf3I~0R85rVwgEwiDEw
Contributor guide
Assessment
This issue has not been assessed yet.