Domanda di colloquio di The Resource Group

SQL query to count the occurrences of character 'R' in a string.

Risposte di colloquio

Anonimo

6 ott 2014

Didn't have the answer

Anonimo

15 giu 2021

I posted the answer using a query (recursive by using CTE of SQL SERVER) Cell: 03343965257

Anonimo

1 set 2022

Select round(length(desc) length(replace(desc,”R”,””)))/length(“R”)) as count_r From table