I have this table:
declare @Table table (value int) insert @Table select 0 insert @Table select 1 insert @Table select 1 insert @Table select 1 insert @Table