I have a table column which contains following text data:
"drop table log_history_2_2015"
"drop table log_history_3_2015"
"drop table log_history_4_2015"
"drop table log_history_5_2015"
"drop table log_history_6_2015"
How can I execute them in single shot without looping through all these rows and executing them individually.