SQL Interview Question | What is the difference between Translate and Replace

preview_player
Показать описание
In this video, we discuss the difference between Translate and Replace functions in SQL.

Check out the complete list of SQL Query Interview Questions -

Please do not forget to like, subscribe and share.

For enrolling and enquiries, please contact us at
Рекомендации по теме
Комментарии
Автор

Please do some vidoes on regexp like(regexp_substr, regexp_replace, regexp_instr, regexp_like)

pradeepba
Автор

Hi Madam, Are taking Erwin data model training also?

sivakumar-wbpr
Автор

Could you provide a vedio of real time works will done a developer
Couse experiance interview purpose

rameshv
Автор

On a footnote SQL400 has had translate for about 20 years.

rick
Автор

Ma'am Could you please teach ORACLE PLSQL CONCEPTS PLEASE

sreemanthkumar
Автор

take example like- select replace('3*[2+1]/{8-4}', '[]', '()');

SELECT TRANSLATE('3*[2+1]/{8-4}', '[]{}', '()()');

dixitmca
Автор

Please help me in this query
I have a column like
ABCD
EFGHI
JKL
MNOP
QRSTUV
WXYZ

and the Output be like
AC
EGI
JL
MO
QSU
WY

sreesailampavankalyan