macro_rules! inner_join {
($lhs:expr, $alias:expr => $rhs_query:expr, using: [$using:expr $(, $more_using:expr)*]) => { ... };
}
Expand description
Accepts two RawQuery
instances and a third expression consisting of which columns to join on.
macro_rules! inner_join {
($lhs:expr, $alias:expr => $rhs_query:expr, using: [$using:expr $(, $more_using:expr)*]) => { ... };
}
Accepts two RawQuery
instances and a third expression consisting of which columns to join on.