REPLACE STATEMENT

The Replace Statement replaces all instances of a specified string value
with a new value.

Syntax:

REPLACE(Field Name, Search String, New String)

SQL Server:

SELECT REPLACE(FIELD1,'/','-') FROM TABLE

Oracle:

SELECT REPLACE(FIELD1,'/','-') FROM TABLE;

This free website was made using Yola.

No HTML skills required. Build your website in minutes.

Go to www.yola.com and sign up today!

Make a free website with Yola