Ask Your Question
4

What is the $action output in an INSERT statement?

asked 2023-04-30 03:29:32 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-04-30 03:31:02 +0000

scrum gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-04-30 03:29:32 +0000

Seen: 18 times

Last updated: Apr 30 '23