커맨드


[테이플 이름 확인]
sqlite> .table
[데이터베이스 스키마 확인]
sqlite> .schema

 


sql문


SELECT name FROM sqlite_master WHERE type = 'table';

+ Recent posts