RETURN

Database Dictionary -> RETURN

RETURN

The RETURN keyword unconditionally finishes a query, batch or a stored procedure. If there are more SQL statements after the RETURN command none of them is performed.

SQL Tutorial