Doubt in a select - Don't list processes that meet a condition
I have a table with the following structure:
Process Code
------------------------------------
1 3
1 4
2 5
2 2
3 3
4 5
I'd like to list the processes that don't have code 3. That is, processes 2 and 4 only. Does anyone have any ideas?