Mike Christensen wrote:> For the boolean column Foo in Table1, if I want to index all values of> TRUE, is this syntax correct?> > CREATE INDEX IDX_MyIndex ON Table1(Foo) WHERE Foo;
Yes, that is correct.
Yours,Laurenz Albe