同时在多个数据库上运行 SQL 状态?
同时在多个数据库上运行 SQL 状态?
我有数据库 A,B,C
, 同时我想运行sql语句。
例如:
ALTER TABLE tbl_test ADD COLUMN col_test character varying(10);
会同时对A,B,C
进行Alter。
我正在使用 PostgreSQL 。
有谁知道如何执行或编写sql脚本
?
Run SQL state on many database at the same time?
I HAVE DATABASE A,B,C
,
At the same I want to run the sql statments.
for example:
ALTER TABLE tbl_test ADD COLUMN col_test character varying(10);
Will do Alter to A,B,C
at the same time.
I am using PostgreSQL
.
Did anyone know how to do or write sql script
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这篇文章 应该给你答案。
和
和
This post should give you an answer.
and
and