Chỉ cần sử dụng WHERE
mệnh đề:
insert ignore into table2(description)
select description from table1
where description <> '' and description is not null
Chỉ cần sử dụng WHERE
mệnh đề:
insert ignore into table2(description)
select description from table1
where description <> '' and description is not null