Hi,
which is the best way to convert a NoSQL database to MySQL avoiding data loss?
Thanks.
Stefano
Hi,
which is the best way to convert a NoSQL database to MySQL avoiding data loss?
Thanks.
Stefano
@phildunlap
Hi Philip,
convert functions into my select statement work!
Thanks
Ste
Hi all,
we are testing the SQL datasource (column-based query) to acquire continuosly data from a third party supervision systems; we need to use the "Time override column" in order to import into Mango database the correct timestamp of each sample.
All works perfectly for all configured datapoints, except for a particular table in which the record's time is stored as BIGINT instead of TIMESTAMP (e.g. 20181001163900 instead of "2018-10-01 16:39:00").
Is there a way to acquire this data with the their correct timestamp?
Thanks.
Ste