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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:17:28+00:00 2026-05-25T03:17:28+00:00

I have attributes for sphinx as follows. meeting_feedback_count = <<-SQL SELECT meetings.* FROM meetings

  • 0

I have attributes for sphinx as follows.

meeting_feedback_count = <<-SQL
  SELECT    meetings.*
  FROM      meetings
  JOIN      member_meetings mm
  ON        mm.meeting_id = meetings.id
  JOIN      meeting_feedbacks mf
  ON        mf.member_meeting_id = mm.id
  GROUP BY  meetings.id
SQL

has meeting_feedback_count,  :as => :has_feedback, :type => :boolean

I execute the sql in mysql console, it seems to work fine. But i get the error. Is there any way around this,.

sql_range_query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '*)      
  • 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-25T03:17:29+00:00Added an answer on May 25, 2026 at 3:17 am

    The error is happening because you’re inserting a full SQL query into another SQL query. You only need to use the appropriate column(s) for the field or attribute you’re adding.

    If the model this index is for is Meeting, then you probably want something like this:

    "COUNT(meeting_feedbacks.id) > 0", :as => :has_feedback, :type => :boolean
    join feedbacks
    

    The join method forces joins on the associations that you may refer to in SQL snippets.

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

Sidebar

Related Questions

In trying to select elements that have any attributes, the following throws a jQuery
I have been facing issue with sphinx result set for string attribute. Below is
I have 2 attributes that I use within the controllers of my MVC application.
I have quite a lot of music files but their title attributes have the
I have a component with a number of properties that have various attributes Normally
I've seen in a few iPhone examples that attributes have used an underscore _
I am working on a project where we have several attributes in AssemblyInfo.cs, that
I've been trying to get the UNIQUE constraint placed on some attributes I have
I have a bunch of attributes which can be either NOP or have a
I have a series of attributes that either are, or are not, applied to

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.