SELECT sum( t.count ) as sumFROM ( SELECT count(*) AS 'count' FROM eswa_warning_type UNION ALL SELECT count(*) AS 'count' FROM eswa_warning_template ) t
京公网安备 11010502049817号