MySQL Forums
Forum List  »  Newbie

Re: Change username in table
Posted by: Lee Matthews
Date: April 06, 2021 02:16PM

Yes,
two columns are returned one with the original username and one with the @domain.com removed. As far as I know there are no duplicate names in the table.
# username, username
'ziel@domain.com', 'ziel'
'zhu@domain.com', 'zhu'
'zhou@domain.com', 'zhou'
'youngp@domain.com', 'youngp'
'youngn@domain.com', 'youngs'
'yao@domain.com', 'yao'
'wright@domain.com', 'wright'
'white@domain.com', 'white'
'wfs@domain.com', 'wfs'

Options: ReplyQuote


Subject
Written By
Posted
April 06, 2021 01:26PM
Re: Change username in table
April 06, 2021 02:16PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.