首页
技术人生
登录
6mi
u
盘
搜
搜 索
技术人生
判断表是否存在,存在则删除表
判断表是否存在,存在则删除表
技术
2022-05-11
58
if exists (select 1 from sysobjects where id = object_id('psintroduction') and type = 'U') drop table psintroduction go 要判断的表 psintroduction
转载请注明原文地址: https://ibbs.8miu.com/read-24031.html
专利
最新回复
(
0
)