Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 6
    I would like to add that the conditional statement AND acts as a WHERE clause, then it only applies to the character_settings table. We can use such a setting in situations when we want to filter tables before joining them. Moreover, as you mentioned above, if we use an explicit WHERE clause the filter happens after the tables are joined. Commented May 15, 2022 at 5:03