Antivirus
10-30-2008, 03:54 PM
I've been wondering if I could do the following with a query, as opposed to using php.
I have two profile fields, `field1` and `field15` which each have strings within (or may be empty).
What I want to do is pull the info from field1, and append it to that within field 15. This is quite simple to do via php & mysql, but is it at all possible to do with only a query?
I have two profile fields, `field1` and `field15` which each have strings within (or may be empty).
What I want to do is pull the info from field1, and append it to that within field 15. This is quite simple to do via php & mysql, but is it at all possible to do with only a query?