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

  • Home
  • SEARCH
  • 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 7804749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:01:21+00:00 2026-06-02T02:01:21+00:00

New to PostgreSQL (and only 6 months more experienced in programming in general), having

  • 0

New to PostgreSQL (and only 6 months more experienced in programming in general), having problems with following query:

TutoringSession.where("extract (DOW from begin_time)
                     = extract DOW from (?)", Time.now)

Gives me the following error message:

ActiveRecord::StatementInvalid: PG::Error: ERROR:  syntax error at or near "DOW"
LINE 1: ..."  WHERE (extract (DOW from begin_time) = extract DOW from (...
                                                             ^
: SELECT "tutoring_sessions".* FROM "tutoring_sessions"  WHERE (extract (DOW from   begin_time) = extract DOW from ('2012-04-18 14:39:58.202249'))

I have looked through the PostgreSQL documentation. Any ideas?

  • 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-02T02:01:23+00:00Added an answer on June 2, 2026 at 2:01 am

    Updated after comment.
    You misplaced a parenthesis. And add an explicit type cast.

    TutoringSession.where("extract (DOW from begin_time)
                         = extract (DOW from timestamp ?)", Time.now)
    

    If you just want to insert the current time, you can let PostgreSQL do that for you – provided the time on the database server works for you. Consider time zones.

    TutoringSession.where("extract (DOW from begin_time)
                         = extract (DOW from now())")
    

    The manual about extract().

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

Sidebar

Related Questions

New to Chrome programming, but am more or less familiar with Javascript. Goal: A
I'm new to postgreSQL and I have a simple question: I'm trying to create
I'm new to PostgreSQL. I was wondering, how do I make a column a
I'm new to the Oracle Platform (having primarily used MySQL, with a little Postgres
New to Objective-C, Cocoa, and compiled languages in general so forgive my ignorance: UIImage
New to Rails, and following a tutorial that starts by creating the classic blog
I'm very new to Ruby and postgres. Below is my database.yml development: adapter: postgresql
I'm using postgresql 8.4 and am having a bit of a problem granting select
I have the following models in my app (only showing the related scopes): class
I have created a new schema in my PostgreSQl database with psql: CREATE SCHEMA

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.