Viewing 2 posts - 1 through 3 (of 3 total)
I am not able to use a select query after in statement . Could you please help me out on this
May 12, 2020 at 8:44 am
#3750682
Select custid,Field name,RowValueFrom TblEmails as aUnpivot(Rowvlaue for fieldName in (select fieldName from #column_names)) As unpivOrder by field name
May 12, 2020 at 8:42 am
#3750681