The @Execute function allows you to reference a list of values in a SQL expression. It is designed to improve performance of SQL queries, especially when the list of values definition is a complex query.
Using the @Execute Function
Objective
After completing this lesson, you will be able to use the @Execute Function