简体   繁体   English

查询中的存储过程

[英]The stored procedure in the query

There is a procedure GetFileList - returns, as the name implies, a list of files and a couple more options with them. 有一个过程GetFileList-顾名思义,它返回文件列表和更多的选项。

Is it possible then to use this procedure in the query select? 然后可以在查询选择中使用此过程吗?

Something like this: select Field1 from Image where Field2 IN (call GetFileList ()); 像这样: select Field1 from Image where Field2 IN (call GetFileList ());

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM