Skip site navigation (1)
Skip section navigation (2)
including variables in copy command
- From: Dinesh <dbhandary(at)mongonet(dot)net>
- To: pgsql-admin(at)postgresql(dot)org
- Subject: including variables in copy command
- Date: Wed, 19 Dec 2007 17:44:10 -0800
- Message-id: <4769C8EA.3000005@mongonet.net> <text/plain>
Hi ALL,
I am trying to use Copy command to copy data from table to a flat file.
Here is an example:
copy ( select * from employee where hire_date between begin_date and
end_date) to '/var/data/text.txt' delimiter ';';
But my problem is the query is not able to read variable begin_date and
end_date. It works fine when I passed the real value. Has anyone used
variable within a copy ? Please let me know.
Thanks,
Dinesh
Home |
Main Index |
Thread Index