public SelectInterface::rightJoin($table, $alias = NULL, $condition = NULL, $arguments = array())
Right Outer Join against another table in the database.
Parameters
$table: The table against which to join. May be a string or another SelectQuery object. If a query object is passed, it will be used as a subselect. Unless the table name starts with the database / schema name and a dot it will be prefixed.
$alias: The alias for the table. In most cases this should be the first letter of the table,