Depends on whether you want not to have all 3 or either one
.If either one you can change it to OR
Select * from fueltrans with (nolock) Where (location not like '%capalaba%') AND (location not like '%ormiston%') AND (location not like '%thorneside%')