Displaying 1 result from an estimated 1 matches for "a593e8ca".
2006 Jun 13
2
Query for multiple tables with find question :)
Hello all,
I am trying to figure out how to do this with find instead of doing it
via find_by_sql
For example I am trying to list all my completed orders, however I need
to check the progresses table to make sure the "currentlevel" in the
progress table equals
"endlevel" in the orders table.
The sql below works fine, but I am just curious how to do it another
way.
def