"SELECT DISTINCT `Name` FROM ( SELECT * FROM `Aliases` WHERE ( `IP` GLOB 'ENTERED_NAME' ) ORDER BY `Datetime` DESC )"
Basically trying to get all the names that link to the same IP address as the "ENTERED_NAME".
Is there a MySQL equivalent to "GLOB" ?