Convert SQLite to MySQL datetime
I have SQLite DB one table contains datetime field with datatype "timestamp" REAL value is 18696.0 attach image for table structure So, I want this 18696.0 value to be converted into MySQL Y-m-d format and result should be 2021-03-10 I…