Menu

How to carry out full outer join

Help
systam
2006-01-13
2014-01-19
  • systam

    systam - 2006-01-13

    When I use the following statement:

    select a.id, b.id from
    a full join b
    on a.id=b.id

    the hsqldb doesn't support this synax. How
    can I change to another hsqldb surpported synax.
    thanks.

     
    • systam

      systam - 2006-01-13

      Of cause: I prefer a more graceful method than use left join union right join.

      thanks a lot.

       
      • Fred Toussi

        Fred Toussi - 2006-01-13

        HSQLDB does not support FULL OUTER JOIN yet.

         

Log in to post a comment.

MongoDB Logo MongoDB