SQLite version 3.6.22 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> select round(40223+0.5); 40224.0 sqlite> select round(40224+0.5); 40224.0 sqlite> select round(40225+0.5); 40226.0 sqlite>
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users