insert into t_Table
(id,name,address,phone,TableName)
select id,name,address,phone,'t_Customer'
from t_Customer