SQL函数返回多个值

时间:2014-09-04 15:19:11

标签: sql sql-server-2008 function stored-procedures sql-function

我正在尝试创建一个返回值列表的简单函数(或可能的存储过程)。

例如:

select title
from title
where tittle not in ('sample1','sample2',etc...)

所以此查询的结果将是:

title1
title2
title3

我想在我写的其他几个查询中反复使用这个函数,我只是试图避免编写需要时间且冗长乏味的长查询。

不确定存储过程是最佳还是功能。并且不确定哪种类型的功能最好(表?)

0 个答案:

没有答案