Loïc TREGOUËT writes:

> insert into tempo select id, name from topics order by name;
> ERROR:  ORDER BY is not allowed in INSERT/SELECT

What's the point of this command?  The values in "tempo" are going to end
up in random order anyway.

-- 
Peter Eisentraut      [EMAIL PROTECTED]       http://yi.org/peter-e/

Reply via email to