Syntax rules for inserts on columns

The following syntax rules apply for inserts on columns that are defined on named ROW types or unnamed ROW types:
  • Specify the ROW constructor before the field values to be inserted.
  • Enclose the field values of the ROW type in parentheses.
  • Cast the ROW expression to the appropriate named ROW type (for named ROW types).