Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用本教程通过 ruby 运行 SQL 命令。关键是编写一个小脚本并自动化,以便它每天使用 cron 运行。无论如何,我想知道是否有人知道如何让 ruby 脚本输出运行这些 SQL 命令的结果?
例如,如果更新成功,它应该说 1(或任意数量)行受到影响。或者像你这样的。我没有为此使用 Rails 平台。只是红宝石dbi宝石。
不确定 DBI,从未使用过,但是,例如,Sequel文档说update返回更新的行数,但是,这是特定于适配器的,即并非所有数据库服务器都返回更新的行数。
Sequel
update