Huletian opened a new issue #14544:
URL: https://github.com/apache/shardingsphere/issues/14544


   # 使用广播表创建视图的时候报错:Can not support sharding table
   
   ## 建立视图语句
   CREATE   VIEW `v_subject_type` AS
   SELECT DISTINCT
   `dw_subject`.`subject_type_code` AS `subject_type_code`,
   `dw_subject`.`subject_type` AS `subject_type` 
   FROM
        `dw_subject`
   
   ## config-sharding.yml配置信息
     broadcastTables:
       - dw_subject
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to