I can do a regular JOIN or I can explicitly type LEFT JOIN, but if I type RIGHT JOIN or RIGHT OUTER JOIN I get
"Unsupported JOIN Type "RIGHT"
Yet, in the SWQL Studio "SQL Constructs Supported" section it specifically lists RIGHT OUTER JOIN as being supported. LEFT JOIN, LEFT OUTER JOIN, and INNER JOIN do work just fine.
Anybody know why this is?