select * INTO temp_city from Class_City where Father_Id=103 or
father_id in ((select City_Id from Class_City where Father_Id=103))
用的是select into 子句
select * INTO temp_city from Class_City where Father_Id=103 or
father_id in ((select City_Id from Class_City where Father_Id=103))