LoginSignup
8
5

More than 5 years have passed since last update.

COPYとcopyメタコマンド

Posted at

COPY

SQLコマンド

COPY table_name FROM 'filename'

公式ドキュメント:copy

copyメタコマンド

psqlで開いたターミナルで利用できるコマンド

\copy {table} from 'filename'

公式ドキュメント:psql

違い

SQLコマンドはリモートサーバー(SQLコマンドが実行されるDBが存在するサーバー)のファイルを読み込む
copyメタコマンドはローカルサーバー(ターミナルを開いているサーバー)のファイルを読み込む

8
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
5