INSERT INTO `user` (`name`, `job_title`) VALUES ('john', NULLIF('$jobTitle', ''));. This would insert NULL in the job_title column when the ...
確定! 回上一頁