apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.79k stars 3.29k forks source link

请问in查询是不是不支持多个字段? #11765

Open yaoyi opened 2 years ago

yaoyi commented 2 years ago

Discussed in https://github.com/apache/doris/discussions/11763

Originally posted by **yaoyi** August 13, 2022 比如 ```sql SELECT id FROM t1 WHERE (c1, c2) IN ((1, 2)); ``` 报错: Encountered: COMMA Expected: ||
stalary commented 2 years ago

Yes, doris not support it.

yaoyi commented 2 years ago

Yes, doris not support it.

请问有计划支持嘛? @stalary

stalary commented 2 years ago

Yes, doris not support it.

请问有计划支持嘛? @stalary

Is it generated in BI or used in code? I understand this syntax can be changed. No support is currently planned