IT

環境
CentOS Stream release 9
MariaDB 10.10.2

構文
JSON_ARRAYAGG(カラム名)
各レコードのデータをjson配列で取得するには、「JSON ...

IT

環境
CentOS Stream release 9
MariaDB 10.10.2

構文
SELECT
COUNT(カラム名), COUNT(カラム名 = 条件 or null)

IT

環境
CentOS Stream release 9
MariaDB 10.10.2

構文
select *
from information_schema.INNODB_BUFFER_PA ...

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

構文
ALTER USER ユーザー名
IDENTIFIED BY &# ...

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

構文
RENAME シノニム名 TO 変更後シノニム名;
シノニムをリネ ...

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

エラー現象
> sqlplus cft/pwd@SAMPLEPDB

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

構文
GREATEST(値1,値2, …)
最大値を取得する ...

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

エラー現象
次のコマンドの開始中にエラーが発生しました : 行 1 – ...

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

構文
# 停止
shutdown immediate

# 起 ...

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

構文
ALTER DATABASE 表領域名 READ ONLY;
表領 ...

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

構文
CREATE MATERIALIZED VIEW LOG ON 対象テーブ ...

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

構文
ALTER TABLE テーブル名
ADD (列名 データ型,列名 ...

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

構文
SELECT * FROM ALL_USERS;
ユーザー一覧を確 ...

IT

環境
Windows11 pro 64bit
Oracle Database 21c Express Edition

構文
ABS( 数値 )
絶対値を取得するには、「ABS」関数を使用しま ...

IT

環境
Windows11 Pro 64bit
java 19.0.1

構文
対象の文字列.endsWith( “文字列” )
指定した文字列が後方に含まれているかを判 ...

IT

環境
Ubuntu 23.04
SSL/TLS 有効

概要
ローカルネットワーク内に Windows Active Directory Domain Service が稼働していることが前提です。 ...

IT

環境
Ubuntu 23.04
SSL/TLS 有効

操作例
例 ディレクトリ直下に、ユーザー認証が必要な という
フォルダーを作成し、WebDAV でアクセスできるように設定します。 ...

IT

環境
windows11 home
java 19.0.1
kotlin 1.7.20-release-201

構文
Listの要素を指定した範囲で取得するには、「slice」を利用します。 ...