im trying to rename a user name in my data base and i used this syntex below in my database sql, but getting error
i looked/searched here but didnt seem to see what i want and yes im a newbee please help with full syntex thanks
update table set Username=replace(Username,'roy1','roy2') where...