adspace
Answer Posted / Siddharth Kumar
In SQL and PL/SQL, the [or replace] clause is used to replace specified characters in a string with other characters or remove them entirely. For example: replace(column_name, 'old_value', 'new_value')
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we rollback truncate?
how to use regular expression in pattern match conditions? : Sql dba
what are the advantages of sql ? : Sql dba
Is inner join faster than left join?
what are aggregate and scalar functions? : Sql dba
what is bcp? When does it used? : Sql dba
What is the current version of postgresql?
what is collation? : Sql dba
what is dbms? : Sql dba
what is schema? : Sql dba
how to start mysql server? : Sql dba
Is primary key clustered index?
how many tables will create when we create table, what are they? : Sql dba
Can delete statement be rollbacked?
define sql insert statement ? : Sql dba