How can I reload data from a SQL table?
Hi, first of all, I am so glad to find this forum and hopefully in the future it will be my turn to help other new users (like me). I am very new to JMP, and I inherited a set of JMP files and scripts that I need to ramp up on very quickly. I have a file that has ODBC connection to a SQL server and accesses a SQL table. Here is the SQL: select a.* from table1 a join table2 g on a.col1=g.col1...