insert_command ::= "insert" "into" ( [ schema_name "." ] ( table_name | view_name ) [ "@" link_name ] ) "(" column_list ")" ( ( "(" value_list ")" ) | query )
This rule is called by explain_command to_modify_data
explain_command to_modify_data