查看表的创建时间
SELECT CREATE_TIME
FROM information_schema.tables
WHERE table_schema = 'troa_test' AND table_name = 'tbl_division_report_new';
查看表的创建时间
SELECT CREATE_TIME
FROM information_schema.tables
WHERE table_schema = 'troa_test' AND table_name = 'tbl_division_report_new';