有没有一种快速的方法来删除所有“创建”来自 SQL DB 的字符串?

发布于 2024-12-27 02:45:23 字数 139 浏览 1 评论 0原文

我正在将数据库从一个托管服务迁移到另一个托管服务。新的托管服务无法支持使用 create 语言创建表等的数据库(如果它们已经存在)。

编辑 SQL 文件可能需要大约 5-10 分钟,但我想知道是否有快速的方法来做到这一点?

I am in the process of moving a database from one hosting service to another. The new hosting service cannot support databases with create language for tables, etc if they already exist.

It will probably take about 5-10 min to edit the SQL file but I was wondering if there is a quick way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

っ〆星空下的拥抱 2025-01-03 02:45:23

CTRL+F

--->

创建

--->

DEL

我希望你没有关节炎。 =)

或者您可以使用 PHP 或 Python 等脚本语言运行 pregmatch。

CTRL+F

--->

create

--->

DEL

I hope you don't have arthritis. =)

That or you could run a pregmatch in a scripting language like PHP or Python.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文