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

Splitt values from one column in two rows

$
0
0
Dear NGI have following issue:2 Tables (Zusatzfeld, Vorschuss)dbo.ZusatzfeldBold_ID (PK)WertDatum (the one with the values)MetaZusatzfeld (the one with Searchvalue)UserEintrag (connection to dbo.Vorschuss)dbo.VorschussBold_ID (PK)Description (one column with the value)Projekt (one column with the value)the goal is to get a new table with following values:Bold_ID from dbo.Vorschuss, Description from dbo.Vorschuss, StartDate from dbo.Zusatzfeld (Value StartDate from WertDatum), EndDate from dbo.Zusatzfeld (Value EndDate from Wertdatum), Projekt from dbo.Vorschuss540060, Vorschuss Juli, 2012-07-01, 2012-07-31, 3526Does anybody know how to build the query? Any help is welcome... :-)Best regards Chris

Viewing all articles
Browse latest Browse all 3145

Trending Articles