Use stored-functions for questions related to database specific user-defined functions which can perform queries, accept parameters, and return a computed value.
How can I write a dynamic SELECT INTO query inside a PL/pgSQL function in Postgres? Say I have a …
postgresql variable-assignment plpgsql dynamic-sql stored-functionsI've written a stored FUNCTION that calls itself, recursively. However when I run it in a query I get this …
mysql stored-procedures recursion user-defined-functions stored-functionsI have this procedure ALTER PROCEDURE [dbo].GetHerdByUserProc(@user int) As begin Declare @GroupId uniqueidentifier, @UserTrade bit Set @GroupId = (select …
sql sql-server-2008 stored-procedures stored-functions sql-functionI want to write a stored proc in SQL (MySQL) to compute the average of second and third quartiles. In …
mysql sql stored-procedures stored-functionsI've been reading about the error on the question title but I cannot figure out what is the error on …
sql-server tsql stored-functionsI'm working with code I'm converting to Pgsql working with .NET. I want to call a stored function that has …
c# npgsql stored-functions postgresql