Regular Expressions in MS SQL Server 2005/2008 - CodeProject

Regular Expressions in MS SQL Server 2005/2008 - CodeProject

瀏覽:591
日期:2025-05-01
I could use the ufn_RegExSplit function in the 'FROM' section of the select eg.: SELECT * FROM dbo.ufn_RegExSplit('Tasss, Je; Heeeey, Wee; Li, Robert' ,';',1) but my question is that how can i use it in the select section eg. (something like): Select dbo....看更多