Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The $action output in an INSERT statement is a special table that contains one row for each row affected by the INSERT statement. It contains a column called 'type' that indicates whether the row was inserted ('insert') or not ('none'). It also contains a column for each column in the inserted table, containing the value of the corresponding column in the inserted row.