Skip to content
Advertisement

Extracting hashtags by sql

I have this problem – currently I am extracting hashtags in a C# application but now I want to move it to SQL Server.

In C# I have code using a regex:

In T-SQL, I would like to have something like this:

Advertisement

Answer

Using the string_split

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement