Sqlite

De Linuxmemo.

(Différences entre les versions)
(Page créée avec « Catégorie:Logiciel DESCRIBE [table] n'existe pas, il faut utiliser: .schema TABLENAME »)
Ligne 1 : Ligne 1 :
[[Catégorie:Logiciel]]
[[Catégorie:Logiciel]]
 +
 +
 +
List names and files of attached databases
 +
.databases
 +
 +
List names of tables. If TABLE specified, only list tables matching LIKE pattern TABLE.
 +
.tables ?TABLE?
DESCRIBE [table] n'existe pas, il faut utiliser:
DESCRIBE [table] n'existe pas, il faut utiliser:
  .schema TABLENAME
  .schema TABLENAME

Version du 5 mai 2013 à 22:06


List names and files of attached databases

.databases

List names of tables. If TABLE specified, only list tables matching LIKE pattern TABLE. .tables ?TABLE?

DESCRIBE [table] n'existe pas, il faut utiliser:

.schema TABLENAME
Outils personnels