LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the whole timestamp from a postgresql database

Hello,

Has anyone an idea on how I can get the timestamp from a PostgreSQL database with the fractional seconds information ? I'm using the database connectivity toolkit
Thanks

Salim
0 Kudos
Message 1 of 3
(2,637 Views)
Ok, problem solved.

I had to query EXTRACT(MILLISECONDS FROM "Timestamp") and append the result to my timestamp (after removing the seconds in the returned string)
0 Kudos
Message 2 of 3
(2,625 Views)
and there was even an easier solution




Smiley Surprised Why doing simple things when you can struggle for hours Smiley Very Happy
0 Kudos
Message 3 of 3
(2,624 Views)