Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Web Intelligence
Viewing all articles
Browse latest Browse all 5402

Temp Tables in Webi with BI 4.1 SP6

$
0
0

Hi We are migrating to SP6 and having issue with the reports creating with free hand sql with the temp table.

 

like -

select

  a.abc,

  b.xyz

  into #temp1

from

  a inner join b on (a.id=b.id)

 

  select * from #temp1

 

 

  drop table #temp1

 

Can someone help if using the same feature , what are the changes they did with the environment .

 

Thanks.


Viewing all articles
Browse latest Browse all 5402

Trending Articles