INSERT INTO `table` (`column`,`col2`) VALUES isn’t completely worthless In most cases, when doing an insert statement I use SET to increase readability. It is also nice because I… Continue reading “INSERT INTO `table` (`column`,`col2`) VALUES isn’t completely worthless”…