Hi, I'm using sequel in some rake tasks to sync Oracle and MSSQL dbs with MySQL. I like it so far, however I can't seem to find relevant documentation for doing the following:
SELECT * FROM table_a a WHERE (SELECT MAX(b.column) WHERE b.c -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
