Sqlite
De Linuxmemo.
(Différences entre les versions)
Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Logiciel]] | [[Catégorie:Logiciel]] | ||
- | |||
- | |||
List names and files of attached databases | List names and files of attached databases | ||
.databases | .databases | ||
List names of tables. If TABLE specified, only list tables matching LIKE pattern TABLE. | List names of tables. If TABLE specified, only list tables matching LIKE pattern TABLE. | ||
- | .tables ?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