The floating point is being presented by definition in SQLite with scientific notation. This could be easily resolved by placing, examples:
SELECT printf("%f", abs(1.0/1000000));
SELECT "_rowid_","id",printf('%f', "bid") AS "bid" FROM "main"."q1";
The floating point is being presented by definition in SQLite with scientific notation. This could be easily resolved by placing, examples:
SELECT printf("%f", abs(1.0/1000000));
SELECT "_rowid_","id",printf('%f', "bid") AS "bid" FROM "main"."q1";
Please login to leave a reply, or register at first.