Hey,
I have this code that I use in one column:
$query = "SELECT * FROM goals WHERE team_id = 1;
It works fine. What I need to do in the column on the right is SELECT * FROM goals WHERE team_id = anything but 1. It could be 2, 4, 12, 36, etc. Can anyone help me?