Giriş
Or (||) ile yapılır.
Or (||) ile yapılır.
Örnek
Şöyle yaparız.
translate metodu - string + from + to
Açıklaması şöyle.
Y yerine Z, Z yerine Y koymak için şöyle yaparız.
Şöyle yaparız.
translate metodu - string + from + to
Açıklaması şöyle.
Any character in string that matches a character in the from set is replaced by the corresponding character in the to set. If from is longer than to, occurrences of the extra characters in from are removed.Örnek
Y yerine Z, Z yerine Y koymak için şöyle yaparız.
select translate(SN, 'YZ', 'ZY') from my_table;
Hiç yorum yok:
Yorum Gönder