cancel
Showing results for 
Search instead for 
Did you mean: 

Too few results for an SQL query - SAP Hana Fourier Transformation / DFT

Former Member
0 Kudos

Hi,

I have a table with 34000 rows and I want to do a Fourier transformation.

This is my query:

select 
*
from UNNEST(
(SELECT DFT(weighted, 32768 ORDER BY rel_id).REAL FROM :fith)
) with ordinality AS UNNESTED_DFT(real);

Now I'm getting just 1024 results. Whats wrong?
I tried all possibles output parameters and also differently constructed queries...

Thanks!

Accepted Solutions (0)

Answers (0)