Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples

Code Block
languagesql
select *
from mwa.obs_data_file

...


where "count" < 24

Definition

Provides details of data files for a specific each observation.

Column NameData TypeDescription
TypeUnitscol1desc1type1units1col2desc2type2units2
obs_idBIGINTObservation ID
filetypeINTEGERData file type
filetypedescriptionVARCHARData file type description
countBIGINTCount of all files of this type
sizeBIGINTSize of all files of this type in bytes
archived_countBIGINTCount of archived files of this type
archived_sizeBIGINTSize of archived files of this type in bytes (excluding deleted files)
deleted_countBIGINTCount of deleted files of this type
deleted_sizeBIGINTSize of deleted files of this type in bytes
modtimeTIMESTAMPLast modification date time (AWST)

note that the column named `count` is a reserved word in ADQL, so it must appear in quotes.