Top "Procedure" questions

A procedure is a subroutine that does not return a value.

Can an SQL procedure return a table?

Can an Oracle SQL procedure return a table? I'm currently using a dbms_output to print out the outputs of …

sql oracle procedure
Prolog: Making a procedure to print Hello World

I want to load this simple something into my Editor: Write:-repeat,write("hi"),nl,fail. So that it prints "…

procedure swi-prolog prolog-toplevel
compile procedure in oracle 11g

I create a simple procedure in oracle 11g with the client squirrel, this s the code create or replace procedure …

sql oracle procedure squirrel-sql
Show procedure/function code in MySql

Is there any options to view stored procedure/function code in MySql same as like "sp_helptext procedurename" in sql?

mysql function schema show procedure
PL/SQL EXECUTE IMMEDIATE inside LOOP (procedure to truncate all tables in schema)

I need to create procedure which will delete all data from tables in one schema. I try something like that …

oracle plsql procedure execute-immediate
MySql procedure IF number is odd or even

My learning mysql and my question is to check what i'm doing wrong here: I'm trying to make a sql …

mysql if-statement procedure
What is the difference between ESP and EIP registers

What is the difference between ESP and EIP registers using the following examples? Explain what the code is doing. main …

assembly x86 procedure subroutine irvine32
How To Get the Name of the Current Procedure/Function in Delphi (As a String)

Is it possible to obtain the name of the current procedure/function as a string, within a procedure/function? I …

delphi procedure compile-time
How to Pass Functions as Parameters in Procedures in Delphi?

Is it possible to pass an object function as a parameter in a procedure rather than passing the whole object? …

delphi function parameter-passing record procedure
Oracle Procedure error (PLS-00428)

This is the error message: PLS-00428: an INTO clause is expected in this SELECT statement. Meanwhile, this is the procedure …

sql plsql oracle10g procedure