yangmingjie2018 opened a new issue #5929: URL: https://github.com/apache/incubator-doris/issues/5929
例如: create materialized view store_amt as select a.store_id, sum(sale_amt) from sales_records a **join salerStore b on a.storeId = b.id** group by a.store_id; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
