Mysql TIME confusion
Created a table with some columns of type TIME(3) Loaded from a CSV file 0:07.763 0:07.783 0:07.276 0:07.484 0:07.127 Running select * from some_table yields the following: 00:00:07.763 00:00:07.783 00:00:07.276 00:00:07.484 00:00:07.127 My question is: How can I get this…