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\' <
<> is standard ANSI SQL and stands for not equal or !=.
<>
!=