You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WHEN 10 then from_unixtime(left(partition_description,10))
WHEN 11 then from_unixtime(partition_description - to_seconds('1970-01-01 00:00:00'))
WHEN 13 then from_unixtime(left(partition_description,10))
END as
formatted_date,table_rows frominformation_schema.partitionswhere partition_name is not nulland table_schema not in ('test','information_schema','performance_schema','mysql') order by table_schema,table_name,partition_description