System Reference Summary
>
System Reference Summary
>
Statements
>
OpenROAD SQL Statements
>
Insert Statement
Was this helpful?
Insert Statement
Inserts rows into a database table.
Syntax:
[
repeated
]
insert into
tablename
[
(
columnname
{
,
}
)
]
values(
expression
{
,
expression
}
)
|
subselect
;
Last modified date: 12/20/2023
This site works best with JavaScript enabled