WHEREを使用するだけです 条項:
insert ignore into table2(description)
select description from table1
where description <> '' and description is not null
WHEREを使用するだけです 条項:
insert ignore into table2(description)
select description from table1
where description <> '' and description is not null