Vitalii Iandulov
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
Vitalii Iandulov 创建了一个帖子, 已回答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 + ... -
Vitalii Iandulov 进行了评论, -
Vitalii Iandulov 创建了一个帖子, 已回答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...