I have this really long query, which in my opinion looks ugly next to all the tidy code in my project. I was wondering if there was a way to optimize it or make it shorter at least: $ query = <<<SQL SELECT * FROM users WHERE NOT EXISTS ( SELECT id FROM profile_likes WHERERead more