System Reference Summary
>
System Reference Summary
>
Statements
>
OpenROAD SQL Statements
>
Create Index Statement
Was this helpful?
Create Index Statement
Creates an index on an existing table.
Syntax:
create
[
unique
]
index
[
schema
.
]
index_name
on
[
schema
.
]
table_name
(
column_name
{
,
column_name
})
[
with
with_clause
]
;
Last modified date: 12/20/2023
This site works best with JavaScript enabled