Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Split into multiple rows after certain character

$
0
0
Hi, I need to remove the number and semicolon and # and just get the text and insert as two rows . CREATE TABLE #Split ( ID INT, Texts NVARCHAR(100) ) INSERT INTO #Split (ID,TExts) SELECT 1,'136;#BRZ Brazil' UNION SELE

Viewing all articles
Browse latest Browse all 3145

Trending Articles