Hello Team,
I am using TRINO with Helical Insight 5.0. I want to extract date from date time field. How can i achieve this ?
Thank you.
Hello Team,
I am using TRINO with Helical Insight 5.0. I want to extract date from date time field. How can i achieve this ?
Thank you.
Hello Team,
There are 2 ways using which we can do this.
DATE_FORMAT("TABLENAME"."COLUMNANE",'%Y-%m-%d')
Change the table name and column name with whatever you want.
OUTPUT :
FORMAT(COLUMNAME,'%Y-%m-%d')
OUTPUT :
Thank you,
Helical Insight.