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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T08:09:36+00:00 2026-06-07T08:09:36+00:00

I have 2 tables, products and codes. Products has a code_str column. I can

  • 0

I have 2 tables, products and codes. Products has a code_str column. I can find a Code from a product by using the first 2 characters of the products.code_str column. I’ve tried doing something like this:

class Product < ActiveRecord::Base
  belongs_to :code, foreign_key: "substring(products.code_str from 1 for 2)", primary_key: :number
end

But it doesn’t work. I’d like to use some eager loading in the future, so I thought on making a belongs_to association work instead of anything else.

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-07T08:09:38+00:00Added an answer on June 7, 2026 at 8:09 am

    Had the same problem.

    At the end added:

    belongs_to :code, foreign_key: :code_str_id, primary_key: :number
    
    def code_str_id
      code_str[0..1]
    end
    

    Pros: finds each and works with include

    Cons: Queries are slow when using include

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

Sidebar

Related Questions

i have two tables products and reviews each product has several reviews linked by
I have a table with column for storing product code. | product_id | Product-name
Using sqlite3, I have two tables: products, orders. I want to know how many
I have a product table that has a many-to-many relation to itself (using a
I have 2 tables. Table 1 has Product ID and Product Name (each row
So I am reading from a text file which has product information I have
I have two product tables. Table A is the default table (comes from data
I have a table hall_products with products. Each product has a NAME, is sold
I have 2 tables. TableA has a series of products with costs and TableB
Let's say I have two tables -- Products and Orders. For the sake of

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.