Everyone else probably knew, but I didn't know that you could do the following:
SELECT 'abc'
WHERE <some where clause conditions>;
I probably didn't really miss anything, but was surprised that this worked! I mean, a SELECT statement that has a WHERE clause but without also having a FROM clause.