Touch records #581
ak-acieslik
started this conversation in
General
Replies: 1 comment 1 reply
-
You should be able to do this today without the temporary table, e.g. UPDATE Account
SET CreatedOn = CreatedOn
WHERE ... Does that do what you need? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @mark-data8 ,
do you know if its possible to touch records in a table like you could do with the Bulk Data Updater?
Here is a short outline how the SQL code could look like:
Maybe you could implement something to simplify this use case or to provide a configuration to provide the filter criteria and the touch fields and then it would generate the final SQL statement based on that?
Beta Was this translation helpful? Give feedback.
All reactions