“红移表上不支持指定的类型或函数(每条信息消息一个)。” 我得到了这个错误。当它通过PyCharm发生时,我不能理解消息的另一部分。但是当我直接在终端中运行它时,就在错误之前收到消息"INFO: Function "now()“not supported”。 似乎我可以使用"now()",但只能在静态查询中使用。如果我在查询中包含一个数据库表,那么它就不能工作?这是可行的: WITH c
3 | cattribute| numa | 1c | 1select attribute, count(*) num (select id, group_concat(distinct attribute) attributefrom dataset group by id) as subquery 我不确定这是否可以在Re