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 7738017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:09:12+00:00 2026-06-01T08:09:12+00:00

I have a thread, and different users rating a movie in 3 different types.

  • 0

I have a thread, and different users rating a movie in 3 different types.

Say i have thread 22, and different types=movie.quality, movie.story and movie.imdb

so the structure of the rating table looks like this:

| ID | thread_id | user_id | type             | value
| 12 | 22        | 2       | 'movie.imdb'     | 8.5
| 23 | 22        | 4       | 'movie.imdb'     | 7.5
| 42 | 22        | 5       | 'movie.story'    | 8.5
| 56 | 22        | 6       | 'movie.quality'  | 8.5
| 76 | 22        | 6       | 'movie.imdb'     | 7.53

as a result of my query, i want to get the average pro id and type, something like

array(thread_id=22 => array(
                      type=>movie.imdb =>  average=>8.2),
                      type=>movie.story => average=>8.8),
                      type=>movie.quality => average=>8.1))

How can i structure this query?

  • 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-06-01T08:09:13+00:00Added an answer on June 1, 2026 at 8:09 am

    you can do group by thread_id,type and can take AVG of value

    select thread_id,type, avg (value)
    from rating
    group by thread_id,type
    

    now from the output of this query you can select based on the thread_id in your code to make/form the array .. or more precisely array or array ..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my app, users can subscribe to different types of resources (like a thread
I have a main thread that invokes a child thread function at different times
I have a thread that downloads some images from internet using different proxies. Sometimes
I have a TClientDataset that is managed in Thread 1. In a different thread
I have changed my thread as my last thread also same like that. But
Is it ok to have only one model that can hold many different types
I have something like this: for(int i=0; i<5; i++){ mytextarea.setText(hello + i); try{ Thread.currentThread().sleep(1000);
This question is based on the thread . If we have one-to-many data structure,
I have a situation where different threads populate a queue (producers) and one consumer
I have a function that is being called from different threads in the application.

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.