Oracle 12c

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

書式
INITCAP(文字列)
INITC ...

Oracle 12c

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

書式
CEIL(n)
CEILは、n以上の ...

Oracle 12c

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

書式
FLOOR(value)
FLOOR ...

Oracle 12c

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

書式
LAST_DAY(日付)
LAST_ ...

NumPy

環境
Python3.9.2
PyCharm 2021.3.3
書式
np.array(, dtype=int)
np.array(, dtype=’int’) ...

Oracle 12c

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

構文
UPPER(文字列)
UPPER関数 ...

Oracle 12c

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

書式
LTRIM(word)
wordで指 ...

NumPy

環境
Python3.9.2
PyCharm 2021.3.3

書式
ndarray.astype(dtype, order=’K’, casting=’unsa ...

Perl

環境
Perl 5.32.1
Windows10 home 64bit

書式
2つの値が等しいかどうかを判別する場合、数値を比較するには「==」を使い、
文字列を比較するには「eq」を使いま ...

NumPy

環境
Python3.9.2
PyCharm 2021.3.3

書式
np.array(, dtype=’int64′)
np.array(, dtype=np.in ...

NumPy

環境
Python3.9.2
PyCharm 2021.3.3
書式
np.array(Image.open(‘画像パス’))
np.array()にPIL.Image. ...

Oracle 12c

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

書式
TO_CHAR(SYSDATE, フォーマッ ...

PostgreSQL

環境
Windows 10 64bit
PostgreSQL 9.6.5

操作方法
1.全ビューを調べる

select viewname, definition from pg_views ; ...

Oracle 12c

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

書式
CURRENT_DATE
現在の日付 ...

Oracle 12c

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

書式
SYSDATE
現在の日付を取得する ...

PostgreSQL

環境
Windows 10 64bit
PostgreSQL 9.6.5

書式1  ユーザー(ロール)を作成する
CREATE ROLE ロール名 WITH LOGIN PASSWORD ̵ ...

PostgreSQL

環境
Windows 10 64bit
PostgreSQL 9.6.5

操作方法
1.SELECT権限を付与する
書式
GRANT SELECT ON テーブル名 TO ロール名; ...

Oracle 12c

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

構文
INSTR(word, target ] ...