I have this array in a variable
$regions = |north|south|west|
and a database field "Region" that contains a single value e.g. north
I need a select statement that will select all the fields where the value of "Region" is not any of the values listed in the array. e.g. north, south, west.