Skip to content

xml文件无法识别with语法 #1080

@helloworld200111

Description

@helloworld200111

有代码如下

with temp_table as (select xxx
                                from xxxx
                                ...)
select xxx
from a
left join temp_table on a.xxx = temp_tableas.xxx
# 这一部分无法识别
with temp_table as (select xxx
                                from xxxx
                                ...)

下面的select正常识别(代码是能跑起来的)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions