SQLBloopers - Database Bloopers

Welcome to the Database Bloopers, where the only thing we take more seriously than our own incompetence is the incompetence of others.

SELECT * FROM table WHERE id = 1; -- Don't do this, it's bad

A SQL query so simple, yet so full of despair.