Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iSQL plus でユーザー名の名前を変更する方法を考えていました。ありがとうございました。
テーブルが 1 つあると仮定します (これはひどい仮定です)。
SQL クエリは UPDATE USER SET username=newuser WHERE username=oldusername です。