Naar de inhoud springen

squaringthecircles.com

Blog about App Inventor

Maand: maart 2017

Find table names and column names for a table in SQLite

Find table names and column names for a table in SQLite

Searching for the SQL to retrieve table names for a SQLite database finds this SQL:

SELECT name FROM sqlite_master WHERE type="table"

The column names for MyTable can be found like this:

SELECT * FROM MyTable LIMIT 0

Provided that Ignore Header is false.

Auteur beheerderGeplaatst op 23 maart 201723 maart 2017Laat een reactie achter op Find table names and column names for a table in SQLite

Meest recente berichten

  • Find table names and column names for a table in SQLite
  • Access a Google spreadsheet with App Inventor
  • Hello App Inventor

Recente reacties

  • Aaron op Access a Google spreadsheet with App Inventor
  • beheerder op Access a Google spreadsheet with App Inventor
  • Emulien op Access a Google spreadsheet with App Inventor
  • Raúl op Access a Google spreadsheet with App Inventor
  • gabriel op Access a Google spreadsheet with App Inventor

Archief

  • maart 2017
  • februari 2017
  • januari 2017

Categorieën

  • Geen categorie

Meta

  • Inloggen
  • Berichten feed
  • Reacties feed
  • WordPress.org
squaringthecircles.com Ondersteund door WordPress