Anna85: XML Datei zeigt nicht das richtige Ergebnis

Beitrag lesen

Ich habe jetzt so versucht:

Select tab.id as '@id',
	'zusatz' as '@type',
	        titel1 as 'v1:zusaetze/v1:zusatz'
  where exists(
   Select 
    'DDC_Sachgruppen' as '@logicalName'
    ,gruppe as '@key' 
	
     from tab
	 	 order by tab.id
			 offset 0 rows
			 fetch next 3 row only

		FOR XML PATH('zusatz'), TYPE
  ) as zusaetze
 FROM [zdb_import2]

Dann bekomme ich keine Zusätze im Ergebnis