Hi,
I am trying to delete all the existing rows from the data entity using delete from data store entity smart service. Can anyone please suggest me what to include in identifiers if we want to delete everything without specifying all the identifiers?
Thanks
Yeswanth.
Discussion posts and replies are publicly visible
You can use query database smart service and use query like below
Delete from tableName where nameOfPrimaryKeyColumn > 0
Hope this helps!