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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T01:05:24+00:00 2026-05-20T01:05:24+00:00

Are rails SQL queries actually compatible with datetimes? For example, if I do: User.where(email

  • 0

Are rails SQL queries actually compatible with datetimes?

For example, if I do:

User.where("email LIKE ?", "%.com%")

I would expect to (and do) get back a list of all users with a “.com” email address.

However, if I do:

User.where("created_at LIKE ?","%2011%")

I get back nothing, even though I can see that there are users created this year. In point of fact, sometimes i get gibberish back (for example, I might get stuff (with seemingly nothing in common) back for %20%, but nothing back for %30% even though I know there are dates with a 30 in them), which makes me think the “LIKE” is applying to something I don’t see/care about (maybe some sort of ID?)

Are LIKES for string only? Is there some way I can do something similar for date times, in rails (I’m sure there’s some way to do it in mysql, but can rails also handle it?)

Specifically, I want to use this in a scope, similar to:

 scope :by_date, lambda {|date| where("created_at LIKE ?",date)}
  • 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-20T01:05:24+00:00Added an answer on May 20, 2026 at 1:05 am

    IIRC, datetime values are stored as integers.
    LIKE operator works on strings.

    You can try using CONVERT() or CAST() or even CONCAT().

    Something like:

     CONVERT(created_at, VARCHAR(20))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a number of custom find_by_sql queries in Rails. I would like to
Rails introduced some core extensions to Ruby like 3.days.from_now which returns, as you'd expect
Rails gurus: I've just discovered named_scope thanks to another SO user. :) I'd like
Since Rails is not multithreaded (yet), it seems like a threaded web framework would
How do I issue multiple SQL queries in a single database connection in Rails?
A colleague of mine is currently designing SQL queries like the one below to
Rails and ActiveRecord do a perfectly nice job of dealing with what I would
My Rails app is starting to need complicated queries. Should I just start using
Rails uses the concept of migrations to deal with model changes using the ActiveRecord
Rails comes with a handy session hash into which we can cram stuff 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.