You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is generating the following SQL command:
COPY (SELECT name FROM "users" WHERE "users"."id" IN (1, 2, 3)) TO '/tmp/users.csv' WITH DELIMITER ',' CSV HEADER
※Mentioed column is not present in SQL command
Thank you.
The text was updated successfully, but these errors were encountered:
Command:
User.select("Other_column").where(:id => [1,2,3]).copy_to "/tmp/users.csv"
Is generating the following SQL command:
COPY (SELECT name FROM "users" WHERE "users"."id" IN (1, 2, 3)) TO '/tmp/users.csv' WITH DELIMITER ',' CSV HEADER
※Mentioed column is not present in SQL command
Thank you.
The text was updated successfully, but these errors were encountered: