JOIN code completion with "USING" instead of "ON" clause
Is there a way to make DataGrip complete JOINs with USING instead of ON clauses (when it's possible)? I prefer the terse USING syntax over the verbose ON if possible, but DataGrip shows me the latter.
请先登录再写评论。
could you please query example? in some cases 'USING' is offered instead of 'ON'.