Notice: session_start(): A session had already been started - ignoring in /home/u614325693/domains/onedoubt.com/public_html/post.php on line 3
EXEC - ONEDOUBT.COM

SQL EXEC Keyword


EXEC

The EXEC command is used to execute a stored procedure.

The following SQL executes a stored procedure named "SelectAllCustomers":

Example

EXEC SelectAllCustomers;


Login
ADS CODE