본문 바로가기
Database/SQLite

[SQLite] 명령어 정리

by pcm9881 2023. 10. 30.

데이터베이스 파일 위치

sqlite> .database

 

테이블 목록

sqlite> .tables

 

테이블 스키마

sqlite> .schema <테이블명>

 

출력 포맷 변경

sqlite> .mode list
sqlite> .mode table
sqlite> .mode column
sqlite> .mode line
...

 

종료

sqlite> .exit

 

나가기

sqlite> .quit

 

명령어 설명

sqlite> .help mode
728x90

'Database > SQLite' 카테고리의 다른 글

[SQLite] Ubuntu 20 SQLite3 설치 및 간단한 사용법  (0) 2023.06.14
[SQLite] 데이터타입  (0) 2022.12.06

댓글