SyntaxFix
Write A Post
Hire A Developer
Questions
I found that I get these a lot when I try to abbreviate, such as:
Table1 t1, Table2 t2 where t1.ID = t2.ID
Changing it to:
Table1, Table2 where Table1.ID = Table2.ID
Makes the query work and not throw the error.