SELECT column AS "column alias" FROM table;
where
a) column is your target column
b) column alias is your target column alias, you must have " at the begin and end of this alias.
c) table is your target table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.