[eluser]Aken[/eluser]
If the column in your DB that you're comparing / joining is a VARCHAR or other string-based column, the column value needs to be enclosed in single quotes in the query. The DB class will NOT automatically add quotes around your strings inside the join() method, like it does with other methods such as where().