eXtremeSQL supports right and full outer joins which are implemented using a hash join algorithm, where the inner (right) table is materialized in a hash table. An example of full outer join queries can be found in samples/xsql/scripts/full_join.sql
eXtremeSQL supports right and full outer joins which are implemented using a hash join algorithm, where the inner (right) table is materialized in a hash table.
right
full outer
An example of full outer join queries can be found in samples/xsql/scripts/full_join.sql
samples/xsql/scripts/full_join.sql