Given a table \"ABC\" with columns Col1, Col2 and Col3 it is possible to automatically generate something like the following:
SELECT Col1 AS \'ABC_Col1\', C
I think the only way you'll be able to do this is by creating some dynamic SQL.