jiK_o
@jiK_o

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

PostgreSQLでtext型のカラムをHTMLファイルの内容でアップデートしたいです

解決したいこと

PostgreSQLでtext型のカラムをHTMLファイルの内容でアップデートしたいです。

どのようなコマンドを実行したらよいでしょうか?
更新対象が複数レコード(複数ファイル)あるので、なるべくコマンド実行できるようにしたいです。

PostgreSQLのヴァージョンは12です。

自分で試したこと

以下のコマンドで実行しているのですが、「COPY 0」が返ってきます。
\copy hoge_table(hoge_column) from 'c:\hoge.html' where key=1

以下のコマンドは結果が1件返ってくるので、レコードがないわけではないのです。
select hoge_column from hoge_table where key=1

0

1Answer

Your answer might help someone💌