目录

SQL EXEC 关键字


EXEC

这个EXEC命令用于执行存储过程。

以下 SQL 执行名为 "SelectAllCustomers" 的存储过程:

示例

EXEC SelectAllCustomers;