Richard wrote:

Well, Did the correction,
and still the results text was nothing (zero)
there should be over 2000 hits...

cron import time: 3 min 20 second
and index time: 16 min 6 second.

Again, correct the last part:
 select * from T where A >= 32.0833 and A < 32.0834;
no results show in file.

Richard,

Can you just dump a few sample lines from your table using the following?

select * from T limit 25;
select typeof(A) from T limit 25;

That will give us an idea of the format of your data.

Thanks
Dennis Cote


Reply via email to