Translate function in SQL server | (string functions) |SQL Server Tutorial and learning SQL in 2020

Pubblicato il: 24 maggio 2020
sul canale di: Learn Tech with Ashish
132
2

This video shows examples of translate in SQL server 2017 and later
#translate #stringfunction
Translate function is like replace function but translate replace the first character with the first character and second character with the second character
Example i want to replace "r" with "1" and "p" with "2"
select TRANSLATE('replacing' , 'rp','12')
result = 1e2lacing
great tutorial to learn SQL Server and T-SQL with Examples and new videos in simple language


In questa pagina del sito puoi guardare il video online Translate function in SQL server | (string functions) |SQL Server Tutorial and learning SQL in 2020 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Learn Tech with Ashish 24 maggio 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 132 volte e gli è piaciuto 2 spettatori. Buona visione!