⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

triple relation problem



Pascal
  • profile picture
  • Member

Posted 20 February 2013 - 23:58 PM

Is there a way to archive the following in CRUD using set_relation_n_n

 

SELECT *
FROM option_categories
LEFT JOIN option_subCategories
ON option_categories.categoryId=option_subCategories.categoryId
LEFT JOIN option_types
ON option_subCategories.subCategoryId=option_types.subCategoryId