[SQL] problem with the Index

2002-10-09 Thread Jose Antonio Leo
I have a problem with the index of 1 table. I hava a table created : CREATE TABLE acucliart ( cod_pto numeric(8,0) NOT NULL, cod_cli varchar(9) NOT NULL, mes numeric(2,0) NOT NULL, ano numeric(4,0) NOT NULL, int_art numeric(5,0) NOT NULL, cantidad numeric(12,2),

Re: [SQL] problem with the Index

2002-10-09 Thread Stephan Szabo
On Wed, 9 Oct 2002, Jose Antonio Leo wrote: I have a problem with the index of 1 table. I hava a table created : CREATE TABLE acucliart ( cod_pto numeric(8,0) NOT NULL, cod_cli varchar(9) NOT NULL, mes numeric(2,0) NOT NULL, ano numeric(4,0) NOT NULL, int_art