Guys is there any other way to determine a table exists other than below
select count(*) from where rownum =1 select 6条回答 遥遥无期 (楼主) 2020-12-31 06:39 Look in the schema, might event be able to use sys.objects and check for a type at the same time..... Something like 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
select 6条回答 遥遥无期 (楼主) 2020-12-31 06:39 Look in the schema, might event be able to use sys.objects and check for a type at the same time..... Something like 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Look in the schema, might event be able to use sys.objects and check for a type at the same time.....
Something like