We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If SQL block of create function/procedure is a single statement
Option: fmt127_indent_procedure_body = n, type: TFmtInt.
CREATE PROCEDURE humanresources.Uspgetallemployees AS SELECT lastname, firstname, jobtitle, department FROM humanresources.vemployeedepartment;