#LazyQueries
SELECT 'Rewatch The Office' AS plan
FROM couch
WHERE deadlines = 'Tomorrow';

UPDATE priorities
SET value = 'Postponed'
WHERE episode_count > 3;

DELETE FROM progress
WHERE motivation IS NULL;

COMMIT PROCRASTINATION;
ROLLBACK RESPONSIBILITY;

#LazyQueries #JustOneMoreEpisode
December 5, 2024 at 3:05 PM