请问有计划支持此类语法吗? 还有就是我昨天在issue里找到[#3855]( 
https://github.com/apache/incubator-doris/issues/3855)这条,也是和我同样的问题,看样子是已经在某个版本支持了?

在 2022/1/14 下午7:53,“ling miao”<lingm...@apache.org> 写入:

    目前 Doris 不支持这种语法

    Ling Miao

    Xie Josh <joshxi...@outlook.com> 于2022年1月14日周五 18:09写道:

    > SELECT
    >        a,
    >        b,
    >        c,
    >        ( SELECT d FROM t2 ) AS d
    > FROM
    >        t1
    >
    > 使用上述查询语句时,提示”Subquery is not supported in the select list”,
    >
    > 有同学发生过这种情况吗? 能告知是否可行?
    >

Reply via email to