The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Vertica doesn't have the fucntion procedure, trigger?

Vertica doesn't have the fucntion procedure, trigger?
0
Answers
Vertica hasn't had any stored procedure. You can define the SQL expressions as the functions.
https://www.vertica.com/docs/10.0.x/HTML/Content/Authoring/ExtendingVertica/UDF-SQLFunctions/UsingUser-DefinedSQLFunctions.htm
If you need to implement any business logic on Vertica, please consider to define the User-Defined Extentions.
https://www.vertica.com/docs/10.0.x/HTML/Content/Authoring/ExtendingVertica/UsingUserDefinedExtensions.htm
Please consider you have the option to run that logic outside Vertica nodes as well.