How to insert or update datatable into database using script
Hi, everyone.
I'm using JMP 17. I want to insert or update the data in datatable into external database ssms.
Currently, I have a datatable. I want to compare the row of datatable. If the row of datatable is not exist in database then insert into database, else if it is existed in database then update into database.
I know the SQL have insert or update function but don't know the JMP script can make ...