You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, sqlparser supports stored procedure calls with
EXECUTE MyProcedure;
However, the Microsoft SQL Server syntax does support passing parameters to stored procedures with a simple whitespace between the procedure name and arguments: