just as the following scripts shows: 1.temp table if exists (select * from sysobjects where objectproperty(object_id('TempTableName'),'istable') = 1) 2.normal table if object_id('tablename') is null 相关文章: 2022-12-23 2021-07-29 2021-04-24 2022-01-04 2021-04-26 2021-06-10 2021-07-06 2021-11-08