SyntaxFix
Write A Post
Hire A Developer
Questions
If you want the value from your timestamp column to come back as a date datatype, use something like this:
select trunc(my_timestamp_column,'dd') as my_date_column from my_table;