Обсуждение: proposition of functionality to add

Поиск
Список
Период
Сортировка

proposition of functionality to add

От
Robert Partyka
Дата:
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