I have a tables Foo
and Bar
. Foo
has one Bar
. When I query Foo
, how can I order it by a date column in the Bar
table?
Thanks
I have a tables Foo
and Bar
. Foo
has one Bar
. When I query Foo
, how can I order it by a date column in the Bar
table?
Thanks