MS SQL tutorial showing how to count characters in a SQL column

Pubblicato il: 05 settembre 2021
sul canale di: Accessible IT Software Tutorials
1,600
12

This is a Microsoft SQL tutorial demonstrating how to calculate the amount of characters in a SQL column. This solution uses the REPLACE and LEN functions.

SQL Extract from video:
select Name
, LEN(Name) - LEN(REPLACE(Name, 'e', ''))
from HumanResources.Department


In questa pagina del sito puoi guardare il video online MS SQL tutorial showing how to count characters in a SQL column della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Accessible IT Software Tutorials 05 settembre 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 1,600 volte e gli è piaciuto 12 spettatori. Buona visione!