MySQL 8.4 Reference Manual Including MySQL NDB Cluster 8.4

19.5.1.7 Replication of CREATE TABLE ... SELECT Statements

MySQL applies these rules when CREATE TABLE ... SELECT statements are replicated:

MySQL 8.4 does not allow a CREATE TABLE ... SELECT statement to make any changes in tables other than the table that is created by the statement.