2022-08-27から1日間の記事一覧

{ECR}AWS CLI での Amazon ECR の使用

AWS

https://docs.aws.amazon.com/ja_jp/AmazonECR/latest/userguide/getting-started-cli.html https://study-infra.com/ecr-begginer/ -- 1. コマンド等のインストール -- 1.1 aws cli version 2 インストール curl "https://awscli.amazonaws.com/awscli-exe-…

パーティションインデックスのパーティションレベル削除

DB

MySQL (8.0.29) パーティションレベル削除不可(構文がない模様) Oracle (19c) drop table tab1 purge; create table tab1( col1 int primary key, col2 int, col3 int, col4 int) partition by range (col2) ( partition p1 values less than (0) , partitio…