差分

移動先: 案内検索

Tep3

18 バイト除去, 2022年2月25日 (金) 18:15
ClientsをClientsとOthersに分ける Clients以下は寺ごと(ノートごと)に出し入れする
<pre>
エクスポート
\COPY (select user_id, jiin_id, ie_id, name, yomi, nusi, each_order, table_order, generation, created_at, updated_at from clients where jiin_id = 1 order by ie_id asc) TO '/Users/jq/3tep_gomi/others_1.csv' WITH CSV DELIMITER ',' FORCE QUOTE * NULL AS '' HEADER;
...
</pre>
<pre>Í
インポート
\COPY others(user_id, note_id, client_id, name, yomi, nusi, line1, line2line, generation, created_at, updated_at) FROM '/Users/jq/3tep_gomi/others_1.csv' WITH CSV DELIMITER ',';
...

案内メニュー