home > 比較編 > Delphi, PL/SQL, T-SQL, Ada > functions >

ForNext

Only Do What Only You Can Do

064. procedure declaration

VBScript

JScript

Perl

PHP

Python

Ruby

PowerShell

Scala

F#

C

C++

C++Builder

VC++

C#

Java

Objective-C

D

VB

VB.NET

Delphi

Pascal

Ada

PL/SQL

declare return type as void:
create or replace function msg(
  msg text
)
returns void as $$
begin
  raise notice '%', msg;
end;
$$ language plpgsql;

T-SQL

関数型

inserted by FC2 system