INSERT into table with only one column with identity

select * from tablex
INSERT INTO tablex DEFAULT VALUES
select * from tablex