ERROR
쿼리 에러입니다!
query : SELECT count(*) as cnt FROM ( select board_name,writeday from board where (board_name ='reserv_internet' or board_name ='counsel_secret' or board_name ='counsel_price' or board_name ='counsel_tele') and deleted = 'N' and writeday > '2015-01-01 00:00:00' UNION ALL SELECT 'SMS',regdate FROM board_phone wHERE board_phone_name ='SMS' and regdate > '2015-01-01 00:00:00' order by writeday desc ) as cnt_all
Server shutdown in progress