【发布时间】:2015-08-06 05:56:36
【问题描述】:
我有一个包含以下文本数据的表格列:
"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"
如何在不遍历所有这些行并单独执行它们的情况下一次性执行它们。
【问题讨论】:
标签: sql postgresql