Hi,
meybe it will be usefull if such add functionality to select:(example of working)we have:Table "BAR"a | integerb | varchar
working:select * as foo_* from bar;
progress to:select a as foo_a, b as foo_b from bar;
regardsR. Partyka