1 line
88 B
MySQL
1 line
88 B
MySQL
![]() |
select name, tbl_name from SQLITE_MASTER where type like 'index' order by name, tbl_name
|