On Jan 7, 7:26 am, Luiz <[email protected]> wrote:
> HOW to use schema-qualifed tables? Any example?

DB[:schema__table].all
DB[:table.qualify(:schema)].join
(:other_schema__table2, :id=>:table2_id).filter(:column2.qualify
(:other_schema__table2) > 2).all

Jeremy
--~--~---------~--~----~------------~-------~--~----~
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