UFN_SELECTION_MKTLIST_ALL_LISTS
Returns all acquisition lists.
Return
Return Type |
---|
table |
Definition
Copy
CREATE function dbo.[UFN_SELECTION_MKTLIST_ALL_LISTS]()
returns table
as
return
(
select [MKTLIST].[ID]
from dbo.[MKTLIST]
);