在作业中选择语句

发布于 2024-09-02 01:08:01 字数 83 浏览 4 评论 0 原文

我继承了一些工作,我试图理解为什么 select 语句会出现在他们的步骤中。我认为 select 语句在不向最终用户显示任何内容的自动化作业中毫无意义。

I have inherited a few jobs and I am trying to understand why select statements would be in their steps. I would think that select statements would be pointless in an automated job that displays nothing for an end user.

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

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

发布评论

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

评论(1

隱形的亼 2024-09-09 01:08:01

如果没有看到代码,很难知道为什么,但我可以猜测......

也许它是 SELECT ... INTO ... 语句,其中结果存储在另一个表中。

另一种选择可能只是测试服务是否正确运行。如果选择失败,可能会引发异常,并且可能会在其他地方捕获该异常以通知某人存在问题。

It's hard to know why without seeing the code, but I can take a guess...

Perhaps it is a SELECT ... INTO ... statement where the results are stored in another table.

Another alternative might be just to test that the service is running correctly. If the select fails an exception might be thrown and this might be caught elsewhere to notify someone that there is a problem.

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