Execute a procedure with input arguments.
Section: stored procedures and functions
Call a stored procedure
sql
sql
CALL get_user_by_email('ava@example.com');Explanation
`CALL` invokes stored procedures defined on the server.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing stored procedures and functions