Vitalii Iandulov
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
创建于 Auto completion of the whole script with hotkeys
已回答At the moment I am customizing the SQL code formatter. I need the editor to automatically complete each used column name with its source (table or alias, if available). I see that I can use Ctrl + ... -
已编辑于 SQL formatting. Subquery in the same line as JION word.
已回答How can I force IDE to put "(SELECT..." in the same line as "JOIN"? It works well with subquery and "FROM"-word, it works well with table_name and "FROM"-word, but it works not in a correct way wit...