Questions tagged [adql]

The Astronomical Data Query Language (ADQL) is an SQL like language used to query astronomy related data.

The Astronomical Data Query Language (ADQL) is an SQL like language used to query astronomy related data. Specification: http://www.ivoa.net/documents/latest/ADQL.html

2 questions
1
vote
0 answers

ADQL conditional search

I'm trying to retrieve some data from the Gaia telescope database (https://gea.esac.esa.int/archive/ : then go on "search" and then in "Advanced (ADQL)" tab). To do so, I use ADQL (which is similar to SQL but applied to astronomical queries). The…
Yoann A.
  • 413
  • 4
  • 16
0
votes
1 answer

How to concat rows into a single row with ADQL

How can one concatinate several rows into one row using ADQL (Astronomical Data Query Language)? What I am trying to do, is to select all alternative names of an object and concate them like this: M 13 Hercules cluster to M 13, Hercules…
RononDex
  • 4,143
  • 22
  • 39