Skip to content

SQLite

System function

sql
explain query plan select * from table where a = '1'; 

PRAGMA index_info('idx_search')

PRAGMA index_list('visitor');