你可以用以下语法指定外联接:{oj table (LEFT|RIGHT|FULL) OUTER JOIN (table | outer-join) ON search-condition }
例如: rs = stmt.executeQuery( "select * from {oj a left outer join b on (a.i=b.i)} ");