Is there a way to restrict certain columns "fields" from the mysqldump command?
E.g. I want to dump profile database which has 2 tables "table 1, table 2". in table 1 there is column "field" name first_name and in table 2 there is column "field" name address and column "field" name last name which I want to skip.