CTEs, Common Table Expressions, are not too common but when you need them your expressions are too common.
WITH CTEs let's resolve a (sub)query
CTEs, Common Table Expressions, are not too common but when you need them your expressions are too common.