MySQL: ON DUPLICATE KEY UPDATE

Now that’s something I did not know: one can perform an insert, but if you specify ON DUPLICATE KEY UPDATE (available since MySQL 4.1.0) in your query, the row will get updated … now that basically combines two queries in one (a SELECT and then an INSERT or UPDATE depending on the number of rows …

Delicious 2.0 Preview – Open for login!

Thanks to Wolf, I noticed that I could log on into the Delicious Preview. Please note that “This Preview is a “sandbox” environment, which means that we’ve imported your data from your live del.icio.us account, and that any changes that you make inside the Preview will be totally lost when it ends.” and in case …