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”…
stupid *nix tricks [Edit: Seems like the -u flag is on debian systems such as Ubuntu. Did a man on a FreeBSD system… Continue reading “stupid *nix tricks”…