I am trying to join two tables on multiple columns. Is there any way to express the following in Sequel without resorting to literals?
select... from table1 join table2 on (table1.colA = table2.colA and table2.colB < x) Thanks! -- 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.
