Mcfozzy
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Formating INSERT statement in DataGrip
AnsweredIs it possible to automatically align INSERT statement code using code formatting in DataGrip. I would like INSERT INTO Table (Col1, Col2) VALUES ('a', 1), ('bb', 22), ('ccccc', 33333); would be fo...