I have a query where you selected all the A, B and C values from the "letters" table
But I would like that when it comes to showing my results I would omit, for example, the B
SELECT * FROM letras where !B
How could I in a select discriminate results when displaying on my table?
the example of the table is
id, Latra
1, A
2, B
3, C