EmmyMiao87 commented on issue #4402: URL: https://github.com/apache/incubator-doris/issues/4402#issuecomment-677425517
目前并不支持,不过这确实是一个好需求。 但doris的表结构导出后,应该只能给doris自身使用。并不适合mysql数据库。因为doris本身的数据模型和mysql是不一样的。 目前你可以通过 `show create table table_name` 命令来查看建表的sql。但不能批量导出。 It is not currently supported, but it is indeed a good demand. But after the table structure of doris is exported, it should only be used by doris itself. Not suitable for mysql database. Because the data model of doris itself is different from mysql. ---------------------------------------------------------------- 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]
