How to write a query with the 'like' operator that matches only text fields that contain multiple whitespaces and nothing more. E.g. ' ',' ', ' ', etc. are string that should be found. ' text ', 'text ' -- should not be included in the result set (Sql Server 2008 R2)How to write a query with the 'like' operator t