[odb-users] Re: 2-table query

Boris Kolpackov boris at codesynthesis.com
Mon Sep 7 12:36:01 EDT 2015


Hi,

MM <finjulhich at gmail.com> writes:

> SELECT * FROM
> F LEFT OUTER JOIN M ON F.mid = M.ID
> WHERE (F.month = M.month1 OR F.month = M.month2)

Good, this is much better than saying "I need to achieve X, do it
for me".


> Is this expressable as a high-level odb query?

Yes, pretty easily using ODB views.

Boris



More information about the odb-users mailing list