At 15:30 +0200 on 06/10/1999, Frank Mandarino wrote: > main=> create index ven_code_idx on vendor using btree (ven_code char_ops); > CREATE I didn't have time to check this, but the problem may be caused by the incorrect ops you are using. For char(N) it should be bpchar_ops, not char_ops. Herouth -- Herouth Maoz, Internet developer. Open University of Israel - Telem project http://telem.openu.ac.il/~herutma ************
- [GENERAL] btree index on a char(8) field (fwd) Frank Mandarino
- Re: [GENERAL] btree index on a char(8) field (fwd) Herouth Maoz
- Re: [GENERAL] btree index on a char(8) field (fwd) Gene Selkov, Jr.