tags:

views:

39

answers:

1

Hi there, I was wondering how you would change the name of a username in iSQL plus. Thank you.

A: 

Assuming you have one table (which is a terrible assumption)

The sql query is UPDATE USER SET username=newuser WHERE username=oldusername

jdelator
Could you explain it in terms of what I have to change it to.Current username = developer_xxand I want to change the username to xxx1234_developer.I have already created multiple tables.Thanks
taksIV
Oh wait, I'm not exactly changing a username so much, but I just need to rename the username I have given for the developer, as well as the dba of the database.
taksIV