Press "Enter" to skip to content

Parsing Templates with T-SQL

Daniel Hutmacher reads some text:

Just for the heck of it, I scratched together a template parser for T-SQL

. The usage of this function is similar to the STRING_SPLIT() function, except instead of splitting a string by a delimiter character, we want to split a string according to a defined template.

Definitely check this out. It’s a really cool function.