Merging the tables in process mining

Hi,

I would like to merge tables in process mining. I see only option to join them with sql commands but I want more like merging them. Is there option to do this?

Best Regards,
M

Hey,

you can go through this documentation

thanks

how to implement to process mining where I have no studio?

If you’re trying to append data from one table to another, you should use the “UNION” SQL statement instead of “JOIN”.

1 Like