James Grant
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Can 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... -
创建于 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...