What does the REPLACE function do in SQL?

SQL Fundamentals Medium

SQL Fundamentals — Medium

What does the REPLACE function do in SQL?

Key points

  • REPLACE function replaces all instances of a specified substring within a string
  • It is commonly used for data cleaning and manipulation tasks
  • This function is different from UPDATE, INSERT, and DELETE operations in SQL

Ready to go further?

Related questions