SQL 關(guān)鍵字參考
EXEC命令用于執(zhí)行存儲過程。
以下SQL執(zhí)行名為“ SelectAllCustomers”的存儲過程:
EXEC SelectAllCustomers;