Hello,
after a lot of trying and further reading I came myself to the following (working) solution:
SELECT
UNIX_TIMESTAMP(DATE_ADD(time, INTERVAL ntime/‘1000’ MICROSECOND)) AS “time”,
value
FROM O000_001_001_007_00000017__5
WHERE
$__timeFilter(time)
ORDER BY time
Now lets work on the precision of the data (float)