Posts by srosa1998 • 1 point
1 post
-
-1
votes1
answer213
viewsQ: How often a string appears in a table in each record (SQL Server)
I have a table in SQL with a column called "content", varchar . This column stores the contents of Xmls. I need to count the number of times a certain word (tag) is in each XML, ie for each record…