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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:56:24+00:00 2026-05-26T08:56:24+00:00

In my symfony 1.4 project I have query with two joins to the same

  • 0

In my symfony 1.4 project I have query with two joins to the same table (different foreign keys):

return ArticleQuery::create(null,$criteria)
        ->joinWithArticleCategoryRelatedByNewsCategoryId()
        ->joinWithArticleCategoryRelatedByHelpCategoryId();

I’m getting error:
SQLSTATE[42000]: Syntax error or access violation: 1066 Not unique table/alias: ‘article_category’

How can I add alias to this join?

  • 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-26T08:56:24+00:00Added an answer on May 26, 2026 at 8:56 am

    Note: I use Propel 1.6

    It should be enough to pass an argument to the join method.

    return ArticleQuery::create(null,$criteria)
            ->joinWithArticleCategoryRelatedByNewsCategoryId('news')
            ->joinWithArticleCategoryRelatedByHelpCategoryId('help');
    

    Look in your generated BaseArticleQuery.php to see what methods have been generated for you. One of my join methods look like this:

    /**
     * Adds a JOIN clause to the query using the ArticleKeyword relation
     *
     * @param     string $relationAlias optional alias for the relation
     * @param     string $joinType Accepted values are null, 'left join', 'right join', 'inner join'
     *
     * @return    KeywordQuery The current query, for fluid interface
     */
    public function joinArticleKeyword($relationAlias = null, $joinType = Criteria::LEFT_JOIN)
    

    One of the strengths of Propel, is that nearly everything has a concrete method. So if you have an IDE with support for code completion, you can receive hints of what arguments the methods support.

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

Sidebar

Related Questions

I have created two applications in my symfony project, but my second application i
In my symfony project, I have a complex query that looks like: $d =
i am using Symfony 1.4, to create my project. i have tried to deploy
Problem: I have a symfony project with a database full of production data I
I have a symfony project with the followin structure SDCU |-app |-----cache |-----logs |-bin
In my Symfony 2 project, I have a page displaying information about an entity.
I'm using Lightwindow v2 in a Symfony project to create a modal window (
On my local machine, the symfony project I have created works perfectly. I have
I am working on a Symfony project and I currently have this: <?php echo
I have a Symfony project on a Win XP / IIS 7 machine with

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.