|
Introduction to SQLQueries are carried out on the WSA database using SQL (Structured Query Language).Simple queries are made up of 3 basic commands: select, from and where. select - list the parameters you wish to extract (separated by commas) e.g. select ra,dec,kMag from - list the table names you need to access e.g. from lasSource where - provide any constraints e.g. where kMagErr < 0.05 to give the full query
select ra,dec,kmag An introductory SQL tutorial can be found here.
Home | Overview | Browser | Access | Login | Cookbook | nonSurvey Listing | Region | MenuQuery | FreeSQL Links | Credits
WFAU, Institute for Astronomy, wsa-support@roe.ac.uk
|