Writing a valid query
You can submit valid SQL or ADQL to the Data Central database server (view the documentation to browse the supported ADQL functions).
When constructing SQL/ADQL, it is important to adopt the correct syntax. Tables are addressed in the form:
SURVEY_DATARELEASE.TABLEwith a dot (.) as the delimiter.
How do I download a complete table in fits / VOTable / LaTeX / csv format?
The SQL to return all columns and rows from a table is:
SELECT * FROM <group.table>e.g.,
SELECT * FROM sami_dr2.StellarKinematics
You will be able to select the format you'd like to download the results in (csv/ascii (tab-separated)/fits/VOTable/LaTeX etc) on the results page.
Links
No history to display.