v.18.14Improvement
Default Join Behavior in SQL Queries
In the absence ofJOIN(LEFT,INNER, …),INNER JOINis assumed. #3147
Why it matters
This feature simplifies query syntax by allowing users to write joins without explicitly specifying theJOIN type, making the SQL statements more concise while maintaining expected join behavior.