How to prevent Milliseconds from disappearing during Import Data from Database?
Hello, TLDR: Is there a way to keep milliseconds when data is imported from a database? Import JSON, timestamp milliseconds all turn into 0's. JMP 16.2/17.0 I currently have a JSL script that pulls json data from a database ex -> Data Table(open database(dsn_string, sql_string, table_name, Invisible(1)));
This script has been working with no issues except that the granularity of the timestamp c...