On Friday 01 October 2010 6:54:09 am Alexander Farber wrote: > How do you copy a column from table please? > I'm trying with PostgreSQL 8.1.21/CentOS 5.5:
> select topic_id from phpbb_topics where forum_id=5 and topic_poster=1 > and age(to_timestamp(topic_time))>interval '14 days' into old_topics; > psql:clean-forum.sql:6: ERROR: syntax error at or near "into" at character > 124 psql:clean-forum.sql:6: LINE 1: ... > age(to_timestamp(topic_time))>interval '14 days' into old_t...