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 ») |
|||
(2 versions intermédiaires masquées) | |||
Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Logiciel]] | [[Catégorie:Logiciel]] | ||
+ | ==CLI== | ||
+ | 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 | ||
+ | |||
+ | ==GUI== | ||
+ | https://sqlitebrowser.org/dl/ |
Version actuelle en date du 10 janvier 2020 à 09:34
[modifier] CLI
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