Skip to content

Commit

Permalink
0002709: documentation for Transforms - incorrect query for
Browse files Browse the repository at this point in the history
SYM_TRANSFORM_TABLE
  • Loading branch information
erilong committed May 17, 2019
1 parent 7a4a6b5 commit 07d6f34
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -30,7 +30,7 @@ insert into SYM_TRANSFORM_TABLE (
last_update_time, create_time
) values (
'update-first', 'store', 'corp', 'EXTRACT', 'ITEM_SELLING_PRICE',
'ITEM_SELLING_PRICE', 'DEL_ROW', 1, 'IMPLIED', 1,
'ITEM_SELLING_PRICE', 'UPDATE_COL', 'DEL_ROW', 1, 'IMPLIED', 1,
current_timestamp, current_timestamp
);
----
Expand All @@ -52,7 +52,7 @@ insert into SYM_TRANSFORM_TABLE (
last_update_time, create_time
) values (
'delete-action-update-col', 'store', 'corp', 'EXTRACT', 'ITEM_SELLING_PRICE',
'ITEM_SELLING_PRICE', 'UPDATE_COL', 2, 'IMPLIED', 0,
'ITEM_SELLING_PRICE', 'UPDATE_COL', 'UPDATE_COL', 2, 'IMPLIED', 0,
current_timestamp, current_timestamp
);
----
Expand Down

0 comments on commit 07d6f34

Please sign in to comment.