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.
このクエリを実行すると
UPDATE tblPlayer SET Salary = NULL, Status = "1" WHERE PlayerId=123
給与をに更新する代わりにNULL、空の値に更新します
NULL
NULL空の値の代わりに取得するにはどうすればよいですか?