Rex Schrader

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 4
-
-
Rex Schrader created a post, AnsweredDataGrip - Multi-window, Results in Second Window?
I have two Datagrip Windows open, but the Services/Results tab is only on the first Window. When I run a query in the second window, the results are only show in the first window's Services/Result... -
-
-
-
-
Rex Schrader commented, -
-
-
Rex Schrader created a post, AnsweredDataGrip - Ignore Database Table Prefix when creating aliases?
I have a database which uses a prefix ("wp_") on all of the table names. When I'm writing queries I usually exclude the prefix letter when making an alias (IE: `wp_users u` rather than `wp_users w...