1 line
No EOL
87 B
SQL
1 line
No EOL
87 B
SQL
select name, tbl_name from SQLITE_MASTER where type like 'view' order by name, tbl_name |