I want to use newname on selected fields while selecting all fields.
ie
SELECT id NEWNAME uid all fields form table;
is there anyway for me to do this, since the table has a lot of fields i was looking for a shorter version. or i could always get the fields of the table implode them in a string replace the field with field NEWNAME new_field but that is not short at all. so any suggestions?
thank you