Skip to content

Commit 260ead1

Browse files
authored
Update index.md
1 parent d882e53 commit 260ead1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/connections/reverse-etl/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,6 @@ To receive Reverse ETL sync notifications:
321321
3. Enable the toggle for **Reverse ETL Sync Failed**.
322322

323323
In case of consecutive failures, Segment sends notifications for every sync failure. Segment doesn't send notifications for partial failures.
324+
325+
#### Can I have multiple queries in the Query Builder?
326+
No. In Reverse ETL, we execute queries in a [common table expression](https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#with_clause), which can only bind the results from one single subquery. If there are multiple semicolons `;` in the query, they'll also be treated as several subqueries (even if the second part is only an inline comment), and cause the syntax error.

0 commit comments

Comments
 (0)