select name from sysobjects where name='table1' and type='u'
怎样得到这个select 查询的结果()
...全文
2535打赏收藏
===============怎样判断删除表是否成功===========
1.怎样判断数据库中删除(整个表)表是否成功,用什么返回值,int 好象不行, 2.删除成功之后,怎样在页面(C#中)判断数据库中是否存在该表(table1) select name from sysobjects where name='table1' and type='u' 怎样得到这个select 查询的结果()