Skip to content

Commit

Permalink
0004129: Add data_event_type variable to subselect router
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Oct 29, 2019
1 parent cd1a398 commit 4ae7e60
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -31,6 +31,8 @@ The SQL statement has access to the following variables that are replaced before

|:EXTERNAL_DATA|The external data for current row, as configured by sym_trigger.external_select.

|:DATA_EVENT_TYPE|The event type of either INSERT, UPDATE, or DELETE.

|:TABLE_NAME|The table name for the current row.

|:COLUMN_NAME|Variables named for each column name (in uppercase), which return the column value for the new row.
Expand Down

0 comments on commit 4ae7e60

Please sign in to comment.