K
Kevin Burton
I have a compilcated SELECT statement that brings together
multiple tables. Some of the columns in the tables have
the same name. I would like to rename those columns as
something prefixed by the table name. I can do this
using 'AS' but then I have to list every column. I like
using '*' as I get all of the columns. Is there any way I
can rename the columns and still use '*'?
Kevin
multiple tables. Some of the columns in the tables have
the same name. I would like to rename those columns as
something prefixed by the table name. I can do this
using 'AS' but then I have to list every column. I like
using '*' as I get all of the columns. Is there any way I
can rename the columns and still use '*'?
Kevin