请问delete的语法的支持程度

请问下列写法会报错,语法不支持

delete from t where date = min(date) context by symbol

请先 登录 后评论

1 个回答

Jax Wu

分布式表目前不支持。如果是内存表。可以这样来解决:

delete from t where date = conextby(min, date, symbol)
请先 登录 后评论