On 09/20/2012 04:51 PM, Scholz Maik (CM-AI/PJ-CF42) wrote:
Hi,
I have a problem with a missing use of an index.
My Example:
sqlite> create table tab1 (o INT, a INT, b INT,UNIQUE(o,b));
sqlite> select * from sqlite_master;
table|tab1|tab1|2|CREATE TABLE tab1 (o INT, a INT, b INT,UNIQUE(o,b))
Hi,
I have a problem with a missing use of an index.
My Example:
sqlite> create table tab1 (o INT, a INT, b INT,UNIQUE(o,b));
sqlite> select * from sqlite_master;
table|tab1|tab1|2|CREATE TABLE tab1 (o INT, a INT, b INT,UNIQUE(o,b))
index|sqlite_autoindex_tab1_1|tab1|3|
=> I expect that th
2 matches
Mail list logo