Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i have some huge list of table, i need to drop the table using function or procedure,
can you help me???

I want to take the list of table by using select * from tab;
and pass the output to function or procedure which will contain drop Statement.


Prathamesh
Posted
Comments
Mehdi Gholam 7-Nov-11 9:19am    
Do you want to delete a table or rows from a table?

1 solution

 
Share this answer
 
Comments
Espen Harlinn 7-Nov-11 11:12am    
Good link, a bit scary, but good :)
Sergey Alexandrovich Kryukov 7-Nov-11 16:10pm    
Ha-ha, be brave. I voted 5, too.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900