有没有办法可以在sqlite中构建视图的索引?
This thread从一个频繁的在线sqlite评论员说不:
>Hi > >May I know if we can create index on a View? You can't create an index on a VIEW. A VIEW can be seen as a stored SELECT statement. >Thanks in advance. >wying -- ( Kees Nuyt )