So I'm starting to learn SQL at work. All I can think of, "I bet I can create a SQL query that defines that a phrase should CONTAIN these letters in any order." But unfortunately I can't SQL Query the Internets.
Select *
from Internets
where Internets LIKE '%m%g%S%n%d%h%h%u%s%t%e%f%o%o%u%s%a%n%i'
|