emin3m
01-09-2006, 07:59 PM
this is not working!
update user set username="`fname` `lname`" where 1
i want that username should be set as fname.' '.lname
without looping, with single query!
update user set username="`fname` `lname`" where 1
i want that username should be set as fname.' '.lname
without looping, with single query!