I got an error like this after use alter table to add a column

when I do a select I got this: 


database=> select * from table where column = 1;
ERROR:  RestrictionClauseSelectivity: bad value 2.452260

but if i do :
select * from table where column > 1;
it goes ok.

strange...


On Mon, 3 Jan 2000, Wallingford, Ted wrote:

> Can somebody translate this error to english for me :)
> 
> ERROR: RestrictionClauseSelectivity: bad value 2.451276
> 
> I'm getting it whenever I try to run an update query through ODBC.. any
> ideas?
> 
> Thanks,
> 
> Ted Wallingford
> 
> ************
> 

-- 
--Marcio Macedo
        Conectiva

"Se voc� assume que n�o h� esperan�a, 
 voc� garante que n�o haver� esperan�a.
 Se voc� assume que h� um instinto de liberdade,
 h� oportunidades para mudar as coisas."

-Noam Chomsky


************

Reply via email to