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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:11:24+00:00 2026-05-13T15:11:24+00:00

I have another quick question about SQLAlchemy. If I have added a query_property [1]

  • 0

I have another quick question about SQLAlchemy.

If I have added a query_property [1] field in my SQLAlchemy Table class, is it possible to narrow down the SELECTed fields?

Here is what I mean.

Suppose my class Comments has this:

class Comments:
    query = Session.query_property()
    ...

Then if I do the following:

>>> print Session.query(Comment)                      

Then SQLAlchemy generates the following query which includes ALL the columns in my comments table:

SELECT comments.comment_id AS comments_comment_id,
       comments.comment    AS comments_comment
       ... more columns ...
FROM comments

But I want to narrow down this query and select only (let’s say) the comment field as in the following construct:

>>> print Session.query(Comment.comment)   
SELECT comments.comment AS comments_comment 
FROM comments

Is it possible to do this via Comment.query construct?

I tried the following but it didn’t work:

>>> print Comment.query(Comment.comment)                
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
TypeError: 'Query' object is not callable

Please help me with an advice.

Thanks, Boda Cydo.

[1] http://www.sqlalchemy.org/docs/reference/orm/sessions.html#sqlalchemy.orm.scoping.ScopedSession.query_property

  • 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-13T15:11:25+00:00Added an answer on May 13, 2026 at 3:11 pm

    Try using query.values(Comment.comment). Note that it returns generator, not modified query, so this method should called last after applying all filters.

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

Sidebar

Ask A Question

Stats

  • Questions 512k
  • Answers 512k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I'm assuming you mean index.html refers to the .js file… May 16, 2026 at 5:39 pm
  • Editorial Team
    Editorial Team added an answer <!-- redirect url for failure of authentication --> <bean id="simpleUrlAuthenticationFailureHandler"… May 16, 2026 at 5:39 pm
  • Editorial Team
    Editorial Team added an answer Are you just using SharePoint as a CMS? IMHO whilst… May 16, 2026 at 5:39 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

i have what i hope is a quick question about some code i am
I just have a quick question about IE8 Standards mode vs Quirks mode. The
I still have a question about Enumerations. Here's a quick sketch of the situation.
Quick question, hopefully I am just missing something simple. Ok I have one class
Just a quick question about ReadWriteLocks in Java (specifically the ReentrantReadWriteLock implementation) as I
Hello fellow C++ programmers. I have, what I hope to be, a quick question
A quick question I've been wondering about for some time; Does the CPU assign
Quick (and hopefully easy) question: I need to trigger a download of a PDF
I'm reading in a file with Python's csv module, and have Yet Another Encoding
While I have seen this question asked, I haven't seen the answer. I just

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.