【发布时间】:2020-03-12 02:26:59
【问题描述】:
我正在使用 Data Studio 生成财务报告仪表板,并将其连接到 CloudSQL MySQL,但我的问题是它只需要一张表用作数据源,而一张表不需要完全帮助我生成财务报告。
我尝试选择自定义查询,根据这个:https://support.google.com/datastudio/answer/7088031?hl=en
Select the CUSTOM QUERY option to provide a SQL query instead of connecting to a single table. Google Data Studio uses this custom SQL as an inner select statement for each generated query to the database.
但我不知道应该编写什么查询才能将我的所有数据库表作为 Google Data Studio 中的数据源。
【问题讨论】:
标签: mysql google-cloud-sql google-data-studio