Markus Zhang

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Markus Zhang created a post, Cannot attach sql files to different connections
Hi friends, This is on MacOS with version 2021.3.2. I created a new sql file through File->New->SQL File. I then try to attach it to different connections but only the connection that I'm using sho... -
-
Markus Zhang created a post, 2021.3.2 SQL Generator shortkey seems to be broken von MacOS
Hi friends, I believe the shortcut is Command+Option+G but it doesn't work when I place cursor on top of a table and press the combination (I'm sure it worked in previous versions). However, if I g... -
-
-
Markus Zhang created a post, AnsweredHow to auto-generate the columns needed for insert command
Hi experts, Say that I have a simple insert command: INSERT INTO schema.table1 SELECT (a bunch of columns) FROM schema.table2 The problem is that I need to pick say 30 columns out of 50 columns o... -
Markus Zhang created a post, AnsweredIs there a way to automatically set a newly created data source as Global?
Hi experts, Is there a way to automatically set a newly created data source as Global? This is really PIA as I forgot to do so every time, lose it in a new project and have to re-create it. If ther... -
-
Markus Zhang created a post, Datagrip new script didn't appear under project directory
Hi experts, Here is what happened: 1) I have three database sources: Databricks, Impala and Vertica. 2) I created a new project, opened a Databricks console, wrote some code, this project is in my ... -
Markus Zhang created a post, AnsweredIs there a shortcut key to select the whole code block?
Hi experts, I love the fact that Datagrip recognizes code blocks automatically, and I can simply Ctrl + Enter to execute the SQL script. But is there a combo key to select the code block? It helps ...