Open yurino-sakamoto opened 4 years ago
①Dockerのインストール ②Sequel Proインストール ③Docker上でmysqlを動かす
Order by のasc desc https://mgate.info/computer/software/msoffice/access/456/
bigint -2^63 (-9,223,372,036,854,775,808) ~ 2^63-1 (9,223,372,036,854,775,807) 8 バイト int -2^31 (-2,147,483,648) ~ 2^31-1 (2,147,483,647) 4 バイト smallint -2^15 (-32,768) ~ 2^15-1 (32,767) 2 バイト tinyint 0 ~ 255
データベースの接続エラー対処を考える
トランザクションマネージャー
@transactionalを考える
複合ユニーク
・Structured Query Language ・世界でもっとも利用されている「データベース管理システム」
参考 https://www.sejuku.net/blog/9021