Hello,
I’m fairly new to grafana and mySQL but I’ve got a question google can’t answer and my knowledge of mySQL is far from it to solve.
Problem: I’ve got a logging soft (DCS system) that writes it’s data to a SQL database in the following format:

I managed to receive the data from the server, but only in the seconds format. There’s a seperate colum containing the nanoseconds (data per 100ms).
Question: is there any possibillity to add the nanoseconds (milliseconds) to the time and display all the data?
Thanks for the support!