TheBeArsenal
Home
Blog
About
Log In
SQL | Technical Handbook
How to replace Column Value in SQL?
Solution
update table_name set column = 'newvalue' where column = 'some thing'
The Elite List
Git
Linux
Python
SQL
Java
Golang