Använd bara en WHERE
klausul:
insert ignore into table2(description)
select description from table1
where description <> '' and description is not null
Använd bara en WHERE
klausul:
insert ignore into table2(description)
select description from table1
where description <> '' and description is not null