3,765
回編集
差分
Tep3
,→Categories
<pre>
インポート
\COPY (select id, user_id, jiin_id, content, line , created_at, updated_at from categories where jiin_id = 1 and set_id = 2 and content <> '' order by line asc) TO '/Users/jq/3tep_gomi/category_1_1.csv' WITH CSV DELIMITER ',' FORCE QUOTE * NULL AS '' HEADER;
...
</pre>