Thread: proposition of functionality to add

proposition of functionality to add

From
Robert Partyka
Date:
Hi,

meybe it will be usefull if such add functionality to select:
(example of working)
we have:
Table "BAR"
a | integer
b | varchar

working:
select * as foo_* from bar;

progress to:
select a as foo_a, b as foo_b from bar;

regards
R. Partyka