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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:32:41+00:00 2026-05-23T00:32:41+00:00

Using before_create to see if the record exists. Have four variables/columns (alpha, beta, delta,

  • 0

Using before_create to see if the record exists. Have four variables/columns (alpha, beta, delta, gamma). What to see if the record exists that matches but one or more of the columns is NULL.

My problem: If alpha, beta, and delta are none null, but gamma is null, the exists query will never say the record already exists because the possibilities of gamma are infinite. Is there a way to get around this problem without going through every if statement combination.

Example:

Database record: alpha = 1, beta = 4, delta = NULL, gamma = NULL
New record: alpha = 1, beta = 4, delta = NULL, gamma = NULL  <-- this will return does not exist because of null values.

Before Create

!Model.where("alpha = ? AND beta = ?, delta = ?, gamma = ?", self.alpha, self.beta, self.delta, self.gamma).find(:first)
  • 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-23T00:32:42+00:00Added an answer on May 23, 2026 at 12:32 am

    To check nil you have to use IS instead of = operator

    Try following

    !Model.where("alpha = ? AND beta = ? AND delta = ? AND 
                  (gamma = ? OR gamma is ?)", 
                  self.alpha, self.beta, self.delta, self.gamma, nil
                 ).find(:first)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently developing a Rails application using a database that was designed before
I have a number of tables that use the Postgres Partitioning feature. I want
I have been tasked with developing a solution that tracks changes to a database.
Just another of those things that I have never done before but which is
I have a script that appends some rows to a table. One of the
I have just begun Rails 3. I have generated the below code using the
I have following code. Damn, I stuck with this, I know that is very
I'm working on better understanding Linq-to-SQL before using on a real project, so I'm
Has anyone run into this error message before when using a timer on an
I'm using Fedex's web services and getting an annoying error right up front before

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.