Skip to content

ADQL ORDER BY DISTANCE fails #21

Description

@almicol

I get an error when executing the following query:

SELECT top 10 centroid(s_region), distance(centroid(s_region), point('', 187.48, 2.05))
FROM ivoa.ObsCore
ORDER BY distance(centroid(s_region), point('', 187.48, 2.05))

Without the ORDER BY it works smoothly.

Cheers,
Alberto

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions