Perl

環境
Perl 5.32.1
Windows10 home 64bit
書式
until (条件式){
処理コード
}
条件式を評価し、条件式が偽だった場合にはブロック内の処理を ...

Rust

書式
let 配列名 = ;
for インデックスの値 in 最小値..最大値{
配列名「インデックスの値」
}
配列「インデックス」を利用して配列の要素を取得します。
使用例

f ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
RTRIM関数は右側のみ、LTRIM関数は左 ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
TO_CHAR(SYSDATE, ̵ ...

MariaDB

環境
MariaDB 10.6.4
Windows10 64bit

書式
INTERVAL( 値1,値2,xxx)
INTERVAL()関数を利用して、第1引数と比較して最初の大きい値の位置 ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
TO_CHAR(SYSDATE, ̵ ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

使用例
1.トリガーを確認する

SELECT ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
TO_CHAR(SYSDATE, ̵ ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
TO_CHAR(SYSDATE, ̵ ...

MariaDB

環境
MariaDB 10.6.4
Windows10 64bit

書式
+(-) INTERVAL 数値 単位
単位  DAY WEEK MONTH MICROSECOND SECOND  ...

C#

書式
public static String Concat(String str0, String str1, String str2);
StringクラスのConcatメソッドです。
指定された文字列を文 ...

C#

書式
public StringBuilder Append(string value);
StringBuilderクラスのappendメソッドで文字列を結合します。

使用例

using Syste ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

操作方法
1.テーブルの列を1つ削除する

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
SIGN(n)
SIGNは、nの符号 ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式1 1カラム削除する
ALTER TABLE ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
カラム名 データの型 DEFAULT  ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

操作方法
書式1 列にデフォルト値を設定する

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

操作方法
1.列名「MEMO」のchar(20)か ...