I am trying to do a multiple table join, but I am having problems.  I
am sure it is something

Here is what I am trying to do:
DB[:tickets].join(:solutions, :solution_code => :solution_code).join
(:problems, :problem_code => :problem_code)

Here is my error:
OCIError: ORA-00904: "SOLUTIONS"."PROBLEM_CODE": invalid identifier

It seems like the second .join isn't setting the joined table
properly.  I am wondering if you can chain the .join method?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to