Re: [sqlite] create index on view

2009-05-26 Thread wying wy
Hi Tom Thanks. Here you go:- CREATE TABLE Table1 (A INTEGER ,B INTEGER) (10 rows) CREATE TABLE Table2 (A INTEGER ,B INTEGER, C TEXT, D TEXT) (100 rows) CREATE TABLE Table3 (A INTEGER ,B INTEGER, C TEXT) (50 rows) Create Index X1 on Table1 (A, B) Create Index X2 on Table2 (A, B) Create Index

[sqlite] create index on view

2009-05-26 Thread wying wy
Hi May I know if we can create index on a View? Otherwise, is there any recommendation to speed up the query involving join between two Views? Thanks in advance. wying ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] create indexed view

2009-05-26 Thread wying wy
Hi May I know if we can create index on a View? Thanks in advance. wying ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] create indexed view

2009-05-26 Thread wying wy
Hi May I know if we can create index on a View? Thanks in advance. wying ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users