Skip to content

Commit 1590bb5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/reverse-etl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,4 +323,4 @@ To receive Reverse ETL sync notifications:
323323
In case of consecutive failures, Segment sends notifications for every sync failure. Segment doesn't send notifications for partial failures.
324324

325325
#### 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.
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 be treated as several subqueries (even if the second part is only an inline comment), and cause syntax errors.

0 commit comments

Comments
 (0)