In want to export MySQL table which contains 1M+ records, now I want to figured out those records which is having NULL
values and also export those values only which satisfy my criteria.
Is this possible, with PHP script or from MySQL console or whatever?