select SubSel.Summ -1 , SubSel.Summ +1 , * from (select O.* , O.[object_id] + O.[schema_id] as Summ from sys.objects O) as SubSel