I have a column whose data is formatted like this: ‘2024-05-26 10:00:00.000’
I want to be able to extract the time so it is formatted like this: ’10:00:00′
Any thoughts? Assuming there is an obvious keyword somewhere that I’m missing because there has to be an easier option than extracting everything separately and then concatenating it all together.