]
Work on TEIID-5442 started by Steven Hawkins.
---------------------------------------------
statistic function support for NTILE
------------------------------------
Key: TEIID-5442
URL:
https://issues.jboss.org/browse/TEIID-5442
Project: Teiid
Issue Type: Feature Request
Components: Common
Reporter: Norbert Funke
Assignee: Steven Hawkins
As a SQL developer, I like to be able to issue queries using NTILE functions such as
{{SELECT id, zip5,
ntile(100) OVER(ORDER BY geopgraphy) as percentile
FROM svi2105_us_zip5.svi2015_us_zip5;}}