WordPress database error: [Table './graphicdefine/gd_comments' is marked as crashed and last (automatic?) repair failed]
SELECT ID, COUNT( comment_ID ) AS ccount
FROM gd_posts
LEFT JOIN gd_comments ON ( comment_post_ID = ID AND comment_approved = '1')
WHERE post_status = 'publish' AND ID IN (384,383,382,381,379,380,378,377,376,375)
GROUP BY ID
/*
// +----------------------------------------------------------------------+
// | Orginial Code Care Of: |
// +----------------------------------------------------------------------+
// | Copyright (c) 2004 Bitflux GmbH |
// +----------------------------------------------------------------------+
// | Licensed under the Apache License, Version 2.0 (the "License"); |
// | you may not use this file except in compliance with the License. |
// | You may obtain a copy of the License at |
// | http://www.apache.org/licenses/LICENSE-2.0 |
// | Unless required by applicable law or agreed to in writing, software |
// | distributed under the License is distributed on an "AS IS" BASIS, |
// | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
// | implied. See the License for the specific language governing |
// | permissions and limitations under the License. |
// +----------------------------------------------------------------------+
// | Author: Bitflux GmbH