You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Joel Bernstein (Jira)" <ji...@apache.org> on 2021/01/26 20:12:00 UTC

[jira] [Updated] (SOLR-15110) Get the date/time functions working in Solr SQL

     [ https://issues.apache.org/jira/browse/SOLR-15110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Bernstein updated SOLR-15110:
----------------------------------
    Description: 
Currently the following SQL query throws errors in Solr SQL:

{code}
SELECT WEEK(start_time_dt), COUNT(*) FROM collection GROUP BY WEEK(start_time_dt)
{code}

This ticket will work on getting the date/time functions working.

  was:
Currently the following SQL query throws errors in Solr SQL:

{code}
SELECT WEEK(start_time_dt), COUNT(*) FROM collection GROUP BY WEEK(start_time_dt)
{code}

This ticket will work on getting this functions working.


> Get the date/time functions working in Solr SQL
> -----------------------------------------------
>
>                 Key: SOLR-15110
>                 URL: https://issues.apache.org/jira/browse/SOLR-15110
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Parallel SQL
>            Reporter: Joel Bernstein
>            Priority: Major
>
> Currently the following SQL query throws errors in Solr SQL:
> {code}
> SELECT WEEK(start_time_dt), COUNT(*) FROM collection GROUP BY WEEK(start_time_dt)
> {code}
> This ticket will work on getting the date/time functions working.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org