![]() |
select count(*) from jforum_users where user_regdate < to_date('2008-01-01', 'yyyy-mm-dd')
select count(*) from jforum_users where user_active = 1 and user_regdate < to_date('2008-01-01', 'yyyy-mm-dd')
select count(*) from jforum_users where user_regdate < to_date('2008-01-01', 'yyyy-mm-dd') and user_posts > 0
select count(*) from jforum_posts where post_time < to_date('2008-01-01', 'yyyy-mm-dd')