-
Will the blogging platform “Ghost” be successful?
“Ghost” is a new blogging platform that intends to be “just a blogging platform”; no more – no less. But will it be successful with it’s many constraints?
-
[Today I Learned] Insert and Update rows with MySQL “ON DUPLICATE KEY UPDATE”
You can use MySQL’s “ON DUPLICATE KEY UPDATE” to insert and update rows when your query faces a “Duplicate Key” error.