查看SQL运行时间时间:2022-02-11 11:33:46set @d=now(); select * from table; select timestampdiff(second,@d,now());