• Unless, I missed something in understanding the EXCEP statement,

    Why not simply use something like

    SELECT TOP 20 * FROM PostCode

    EXCEPT

    SELECT TOP 10 * FROM PostCode