
I actually have version v2.6 on Windows 10.
When writing SQL, the automatic formatting recognizes the following JOIN Types and colors them blue
FULL
INNER
but it does not recognize
LEFT
RIGHT
I have tried the following syntaxes, but have not had any luck.
LEFT OUTER
RIGHT OUTER
LEFT OUTER JOIN
RIGHT OUTER JOIN
LEFT JOIN
RIGHT JOIN
Am I missing something? I understand that depending on what type of SQL server you are using, there can be slight differences (I am currently working in an Access database)
Thank you!