create table mysql_table_name … replace@@

the mysql “create table” command has a “replace” clause, but it’s only used
for the SELECT sub-clause.

When u create a table based on a SELECT, you may get duplicate rows,
and may need REPLACE.

留下评论