Skip to content

BUG: ADQL translation fails with GROUP BY <func> #15

Description

@agy-why

This passes with PostgreSQL but fails with ADQL translation

SELECT 
       0.5 + FLOOR(LOG(mass)) AS logmass, 
       COUNT(*) AS num
       
  FROM mdr1.fof 
  
 WHERE snapnum = 85 
 GROUP BY FLOOR(LOG(mass)) 
 ORDER BY logmass

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions