- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 08:27 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 09:28 AM
Hi @TinaN ,
I check it in the evening, but try below:
SELECT date_format(timestamp_column, 'HH:mm:ss') AS time_part
FROM your_table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 09:28 AM
Hi @TinaN ,
I check it in the evening, but try below:
SELECT date_format(timestamp_column, 'HH:mm:ss') AS time_part
FROM your_table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 11:01 AM
Hi Slash - that works perfectly! The results are '01:00:00'. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 11:24 AM
No problem, glad that it worked for you 🙂

