blackfox1983 commented on issue #4598: URL: https://github.com/apache/incubator-doris/issues/4598#issuecomment-692587085
> > > Doris support CET statement. > https://github.com/apache/incubator-doris/wiki/Sql-Reference#with%E5%AD%90%E5%8F%A5 > Your Error looks like not select database when connect the doris, try to use [database]; to select a db, and then try CTE statement again. Yeah. use [database] can resolve this problem. However, I can use 'database.table' in the create table or select command, e.g. 'create db.table or select ... from db.table' and i also hope doris can support this kind of syntax in with statement. In out production env, we provide a restful-interface to run sql against doris. Therefore, the advantage of doing so is to unify a syntax or semantics. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org