Norbert Funke created TEIID-5442:
------------------------------------
Summary: 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;}}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)