• Would the code below work? Would capture anything with 2 or more spaces?

    SELECT *

    FROM dbo.Postcode AS p

    WHERE LEN(RTRIM(p_code)) - LEN(REPLACE(RTRIM(p_code),' ', '')) >=2