James Grant
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
James Grant created a post, AnsweredCan I copy and paste results with header information into Excel?
I know I can create a csv, export that, and then open in Excel, but for small results that have only a handful of rows for a quick copy and paste is there a way to capture the header / column names... -
James Grant created a post, Any way to avoid repeatedly typing data source and project information for every table in a GCP query?
For every table I query on my GCP data source I have to fully qualify the entire path each time, so instead of just being able to do something likeSELECT * from TABLE_NAMEI have to enterSELECT * FR...