PHP null mysql einfügen

INSERT INTO user (name, job_title) VALUES ('john', NULLIF('$jobTitle', ''));
VasteMonde