I have a MySQL query that includes <> in it. I don\'t know the exact usage of it.
SELECT * FROM table_laef WHERE id = ? AND genre_type <> \'LIVE\' <
<> means not equal to, != also means not equal to.
<>
!=
Documentation