お気に入り:
あ
B
ハ
D
え
ふ
G
H
私
J
K
L
M
N
〇
P
Q
R
S
T
う
Ⅴ
W
バツ
よ
Z
1 つの方法を次に示します。
select 'A' as letter from dual union all
select 'B' from dual union all
. . .
select 'Z'
order by letter
(...
他の文字と同様の行です)。
しかし、奇妙な質問のように思えます。
数値を宣言します。
始める
FOR a in ascii('A') .. ascii('Z') LOOP
dbms_output.put_line(chr(a));
エンドループ; 終わり;
サイ・プラサント