Skip to content

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

@agy-why

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions