Changes between Initial Version and Version 1 of Ticket #15961

Timestamp:
12/23/10 10:15:49 (2 years ago)
Author:
westi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15961 – Description

    initial v1  
    99Therefore we run queries like this: 
    1010 
    11 {{{SELECT comment_post_ID, COUNT(comment_ID) as num_comments FROM wp__comments WHERE comment_post_ID IN ( '627', '627', '1', '5', '1', '20', '40', '30', '20', '10', '10', '627', '627', '627', '627', '627', '627', '627', '627', '627' ) AND comment_approved = '0' GROUP BY comment_post_ID 
     11{{{ 
     12SELECT comment_post_ID, COUNT(comment_ID) as num_comments FROM wp__comments WHERE comment_post_ID IN ( '627', '627', '1', '5', '1', '20', '40', '30', '20', '10', '10', '627', '627', '627', '627', '627', '627', '627', '627', '627' ) AND comment_approved = '0' GROUP BY comment_post_ID 
    1213}}}