Skip to content

Support for JOINs #262

@alexguanga

Description

@alexguanga

Hi all,

We are trying to extract JOINS from the queries (or even the query itself would be helpful).

We are using https://github.com/gabfl/bigquery_fdw, which is built on top of https://github.com/Segfault-Inc/Multicorn. Now, if we try to PG join like SELECT col_a FROM foreign_table_a LEFT JOIN foreign_table_b USING (primary_key), the translation in BigQuery is SELECT col_a FROM foreign_table_a. This makes complete sense based on the bigquery_fdw's query builder.

However, is there any way to extract the foreign table I want to join?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions