Skip to content

Instantly share code, notes, and snippets.

@RyanOthnielKearns
Created January 28, 2021 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanOthnielKearns/e536790558b54d9992116980c367eecb to your computer and use it in GitHub Desktop.
Save RyanOthnielKearns/e536790558b54d9992116980c367eecb to your computer and use it in GitHub Desktop.
PRAGMA TABLE_INFO(EXOPLANETS);
$ sqlite3 EXOPLANETS.db
sqlite> PRAGMA TABLE_INFO(EXOPLANETS);
0 | _id | TEXT | 0 | | 0
1 | distance | REAL | 0 | | 0
2 | g | REAL | 0 | | 0
3 | orbital_period | REAL | 0 | | 0
4 | avg_temp | REAL | 0 | | 0
5 | date_added | TEXT | 0 | | 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment