sqlite3 sqlite_masterからテーブルのスキーマを確認する
環境
Windows 10 Home 64bit
SQLite 3.39.2
構文
select * from sqlite_master;
sqlite_masterを利用してテーブルのスキーマを取得します。
使用例
SQL構文
select * from sqlite_master;
Coding Changes the World
環境
Windows 10 Home 64bit
SQLite 3.39.2
構文
select * from sqlite_master;
sqlite_masterを利用してテーブルのスキーマを取得します。
使用例
SQL構文
select * from sqlite_master;