select top 2 Ad.AdAttributes.value('(//attribute[@id=52]/item/@value)[1]','VARCHAR(400)') ,* from ad
select top 2 Ad.AdAttributes.value('(//attribute[@id=52]/item/@value)[1]','VARCHAR(400)') from ad any ideas why i get values in the first select statement but not in the 2nd statement? I know in the first statement i have the *. but why does that matter?
Edited by - basicconfiguration on 05/31/2012 20:31:03