Raymond O'Donnell wrote:
select entry from (select name from colnames where id = 1) as
entry_with_different_name;

...maybe?

Thanks Ray!

No, "entry_with_different_name" should be the result of "SELECT name FROM colnames WITH id=1".


Kind regards,

Felix

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to