The AS option in an SQL command allows you to rename a field, like this:
select username as user, password as secretcodeIs it possible to rename all of the fields that you pull at once? Here's what I want to do:
I have a table of fields that are all named with the same prefix. I want to rename them as they are pulled from the DB with a different prefix. Is that possible?
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
