Answers for "convert db timestamp to date"

0

convert db timestamp to date

select from_unixtime(YourColumnName, '%Y') from yourTableName;
Posted by: Guest on July-08-2021

Code answers related to "convert db timestamp to date"

Browse Popular Code Answers by Language