Oracle 12c

環境
Oracle 12c
書式
SUBSTR(文字列, 開始桁, 切り取り文字数)
第3パラメータを省略すると、開始桁以降の文字列が返されます。

使用例1

SQL構文SELECT S ...

Oracle 12c

環境
Oracle 12c

書式
SUBSTRB(文字列, 開始桁, 切り取りバイト数)
文字列の指定桁数から指定バイトを切り取ります

使用例
SQL構文
SELECT ...

Oracle 12c

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

使用例
ASCII(文字)
ASCII関数 ...

Oracle 12c

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

構文
INSTR(word, target ] ...

Oracle 12c

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

書式
LPAD(word, n, str)

Oracle 12c

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

書式
SUM(列名)
列の合計値を求めるに ...

Oracle 12c

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

書式
AVG(列名)
AVG関数を使って平 ...

Oracle 12c

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

書式
ROUND(value )
ROU ...

Oracle 12c

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

書式
CURRENT_TIMESTAMP

Oracle 12c

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

書式
SQRT(n) SQRTは、nの平方根を戻し ...

Oracle 12c

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

書式
NEXT_DAY(date, week) ...

Oracle 12c

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

書式
TO_CHAR(LAST_DAY(SYSDA ...

Oracle 12c

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

書式
ABS(value)
ABS関数を使 ...

Oracle 12c

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

書式
TO_CHAR(数値)は、nを、オプションの ...

Oracle 12c

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

書式
NULLIF(x, y)
xとyが等 ...

Oracle 12c

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

書式
LENGTH(word)
LENGT ...