Songs in Code: Hard and Dirty, Modulate

SELECT @geoff_lee FROM #songsincode WHERE it LIKE '%hard%' OR it LIKE '%dirty%';

Explanation: Modulate is @geoff_lee, and this SQL statement selects him where “it” contains “hard” or “dirty”.

Category: