accessman2
Registered User.
- Local time
- Today, 00:08
- Joined
- Sep 15, 2005
- Messages
- 335
Hi,
if exists(select * from information_schema.tables where Table_Name = '##tbl')
drop table ##tbl
Can we use this statement to drop temporary table?
Because when I run it, it cannot delete the temporary table.
So, we cannot check the temporary table.
Please let me know, thanks.
Thanks.
if exists(select * from information_schema.tables where Table_Name = '##tbl')
drop table ##tbl
Can we use this statement to drop temporary table?
Because when I run it, it cannot delete the temporary table.
So, we cannot check the temporary table.
Please let me know, thanks.
Thanks.