System Reference Summary
>
System Reference Summary
>
Statements
>
OpenROAD SQL Statements
>
Create View Statement
Was this helpful?
Create View Statement
Defines a virtual table.
Syntax:
create view
view_name
[
(
column_name
{
,
column_name
}
)
]
as
select_stmt
[
with check option
]
;
Last modified date: 12/20/2023
This site works best with JavaScript enabled