Subject | Re: [firebird-support] Re: What does mean the NAN value found in some fields? |
---|---|
Author | Ivan Prenosil |
Post date | 2009-08-06T15:11:47Z |
> Do you know how to fix the database for taking out these NAN values?The database is not physically corrupted, it just contains values you do not want,
>
> I did gFix several times, gBak and restore but it is not working for this.
so gfix nor gbak wont help.
> Is there any way for instantiating the records that contain the NAN value?You can use this crazy query (I tried only with FB2.5, where it works!):
>
> I have tried to make a SELECT... WHERE myfield = NAN but doesn't work.
SELECT ... WHERE myfield <> myfield
Ivan
http://www.volny.cz/iprenosil/interbase/