Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in stored-functions

Select statements included within a function cannot return data to a client_New

Usage of stored functions in entity framework

MySQL does not support recursive functions? why? since when?

MySQL stored function with nested IF... END IF, error in syntax, right syntax to use near ''

How to check if INSERT went well in stored function?

mysql sql stored-functions

Stored Procedure to Open and Read a text file

How to execute a table-valued function in ado.net?

Dynamic SELECT INTO in PL/pgSQL function

Postgresql Create Trigger Before Deleting A Row

How to properly loop in a stored function on MySQL?

Generate a random number of non duplicated random number in [0, 1001] through a loop

MySql calling stored function from within a stored procedure causing error

How to use goto label in MySQL stored function

mysql goto stored-functions

Recursive stored functions in MySQL

Using variables as OFFSET in SELECT statments inside mysql's stored functions

mysql stored-functions

Optimizing a stored function call in SELECT and WHERE clauses

mysql stored-functions

How to use variables in "EXECUTE format()" in plpgsql

Error Code: 1422. Explicit or implicit commit is not allowed in stored function or trigger

Is there a PL/SQL pragma similar to DETERMINISTIC, but for the scope of one single SQL SELECT?

Stored procedure does not exist, even after creating it