How do I apply a string function to a table column?
Posted
by ggg
on Stack Overflow
See other posts from Stack Overflow
or by ggg
Published on 2010-04-16T09:56:12Z
Indexed on
2010/04/16
10:03 UTC
Read the original article
Hit count: 363
As part of a query result, a column with names is returned. I want to apply a function so that the order of first and last name is flipped in my $db results. What is the most efficient way to accomplish this?
© Stack Overflow or respective owner