A taste of what im working on.
SELECT hip,hd,RA,declination,parallax,absoluteMagnitude,parallaxError,starType,spectralClass,spectralSubClass,luminosityClass FROM star WHERE (declination > 70 AND distFromSol>170 AND distFromSol<500) OR HIP = 0
SELECT hip,hd,RA,declination,parallax,absoluteMagnitude,parallaxError,starType,spectralClass,spectralSubClass,luminosityClass FROM star WHERE (declination > 80) OR HIP = 0
And finally all the stars that have a planet with a breathable atmosphere.
SELECT hip,hd,RA,declination,parallax,absoluteMagnitude,parallaxError,starType,spectralClass,spectralSubClass,luminosityClass FROM star WHERE breathable > 0 OR HIP = 0
again with every other star
Database Backend
-
Topic authormarc
- Posts: 426
- Joined: 13.03.2002
- With us: 22 years 8 months
- Location: Outback Australia
Database Backend
Marc Griffith http://mostlyharmless.sf.net