Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7638017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:04:22+00:00 2026-05-31T08:04:22+00:00

this is my database database schema http://slashdir.com/php/blogg/images/bloggdb.png What i want to do, is, for

  • 0

this is my database

database schema http://slashdir.com/php/blogg/images/bloggdb.png

What i want to do, is, for a given userid, show the total times he has been reported.
I have read various other questions on the matter, but I’m still stumped.

The latest query i tried was

select
   sum(posts.timesreported + comments.timesreported) AS total_reports
FROM 
  posts 
  INNER JOIN comments ON (posts.userid = comments.userid) 
WHERE posts.userid=5 AND comments.userid=5;

But this must be wrong as the number i get is much too high

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T08:04:23+00:00Added an answer on May 31, 2026 at 8:04 am
    SELECT 
     CASE WHEN NULL
          THEN 0
          ELSE (select sum(posts.timesreported) AS total_posts_reports
                FROM  posts  INNER JOIN users ON (posts.userid = users.id) 
                WHERE posts.userid=5) 
          END 
     +
     CASE WHEN NULL
          THEN 0
          ELSE (select sum(comments.timesreported) AS total_comments_reports
                FROM  comments  INNER JOIN users ON (comments.userid = users.id) 
                WHERE comments.userid=5) 
          END
    FROM DUAL; 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this schema: http://img602.imageshack.us/img602/6978/schemac.png I want to insert an Order with OrderItems into
I have the following database schema: http://lh4.ggpht.com/_SDci0Pf3tzU/SdM3XnAmmxI/AAAAAAAAEps/Ie3xW3ZVNfQ/s400/styleerror.png And this is my mapping file: <?xml
So I have a database schema like this: Users UserId RoleUserXRef RoleUserId RoleId UserId
Given a table named person (in a MySQL database/schema), kind of like this one:
i am using the Toxi solution on this site for tagging bookmarks: http://www.pui.ch/phred/archives/2005/04/tags-database-schemas.html In
Ever wonder what wikipedia's database schema looks like? I recently read this thread from
I have an Oracle account (schema) of a remote Oracle database. By using this
I was reading this article: http://sqlserverpedia.com/wiki/Understanding_the_StackOverflow_Database_Schema and the writer wrote something special about the
Lets imagine I have the same database schema as here: http://www.databaseanswers.org/data_models/driving_school/index.htm If a customer
This database will store a list of children. But the problem is, they will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.