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
I know we've got a nifty prompter / content assist, but it would also be nice to generate CALL statements for procedures from Schemas and Queries for functions from Schemas... similar to what Schemas does for Tables and Views.
For procedures, generate a CALL proc();
For scalar functions, generate a VALUES fun();
For table functions, generate SELECT * from table(fun());
The text was updated successfully, but these errors were encountered:
I know we've got a nifty prompter / content assist, but it would also be nice to generate CALL statements for procedures from Schemas and Queries for functions from Schemas... similar to what Schemas does for Tables and Views.
For procedures, generate a CALL proc();
For scalar functions, generate a VALUES fun();
For table functions, generate SELECT * from table(fun());
The text was updated successfully, but these errors were encountered: